🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
curl --request POST \
--url https://api2.rhombussystems.com/api/user/metadata/deleteUserMetadataFieldTemplate \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"templateUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"template": {
"createdAtMillis": 123,
"fieldName": "<string>",
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"scimFieldName": "<string>",
"updatedAtMillis": 123,
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
}Delete a template user metadata field. THIS WILL DELETE THE CUSTOM FIELD AND USER DATA FOR THIS FIELD, permanently removing the field definition and all associated user values.
curl --request POST \
--url https://api2.rhombussystems.com/api/user/metadata/deleteUserMetadataFieldTemplate \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"templateUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"template": {
"createdAtMillis": 123,
"fieldName": "<string>",
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"scimFieldName": "<string>",
"updatedAtMillis": 123,
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
OK
Show child attributes
Was this page helpful?