-
Notifications
You must be signed in to change notification settings - Fork 5
Delete a value from a specific attribute of a resource
Ryan Newington edited this page Apr 25, 2018
·
1 revision
Used to delete a specific value from a specific attribute from a known resource
Available in version v2.0.6689 and later
Method | URL |
---|---|
DELETE | /v2/resources/{id}/{attributeName}/{attributeValue} |
Parameter name | Description |
---|---|
{id} | The object ID of the resource |
{attributeName} | The name of the attribute to delete the values from |
{attributeValue} | The attribute value to delete |
This request type does not require a request body
See the topic on error handling for the response codes that this API call can return.
This method will not return a body.
DELETE /v2/resources/f03f50c0-f40a-4370-8531-e5d025d22cb2/ExplicitMember/e772b733-a61c-4076-aea1-fac998f04bc1
HTTP/1.1 204 No Content