patch https://{tenanturl}/v1.0/attributes
Deletes or updates the attributes with the specified ID for this tenant.
Entitlements required: manageAttributes.
Responses
204No content
Deletes or updates the attributes with the specified ID for this tenant.
Entitlements required: manageAttributes.
204No content
xxxxxxxxxx
curl --request PATCH \
--url https://tenant_url/v1.0/attributes \
--header 'accept: application/json' \
--header 'content-type: */*' \
--data '{"op":"remove"}'