Delete a resource - lithnet/resourcemanagement-webservice GitHub Wiki
Delete a resource
Used to delete a resource from the FIM Service using its object ID
Request
Method | URL |
---|---|
DELETE | /{verison}/resources/{id} |
URL Parameters
Parameter name | Description |
---|---|
{id} | The object ID of the resource to delete |
{version} | The version of the API call to use. Supported values are v1 and v2 |
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 does not return a response body for a successful operation. See the topic on error handling for details on the response body returned for some exception types
Examples
Request
DELETE /v2/resources/f03f50c0-f40a-4370-8531-e5d025d22cb2
Response
HTTP/1.1 200 OK