Delete a value from a specific attribute of a resource - lithnet/resourcemanagement-webservice GitHub Wiki

Used to delete a specific value from a specific attribute from a known resource

Available in version v2.0.6689 and later

Request

Method URL
DELETE /v2/resources/{id}/{attributeName}/{attributeValue}

URL Parameters

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

Request Body

This request type does not require a request body

Response

Response Codes

See the topic on error handling for the response codes that this API call can return.

Response Body

This method will not return a body.

Examples

Delete a specific member of a group

Request

DELETE /v2/resources/f03f50c0-f40a-4370-8531-e5d025d22cb2/ExplicitMember/e772b733-a61c-4076-aea1-fac998f04bc1

Response

HTTP/1.1 204 No Content