-
Notifications
You must be signed in to change notification settings - Fork 6
Delete a resource
Ryan Newington edited this page Sep 12, 2016
·
3 revisions
Used to delete a resource from the FIM Service using its object ID
Method | URL |
---|---|
DELETE | /{verison}/resources/{id} |
Parameter name | Description |
---|---|
{id} | The object ID of the resource to delete |
{version} | The version of the [[API |
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 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
DELETE /v2/resources/f03f50c0-f40a-4370-8531-e5d025d22cb2
HTTP/1.1 200 OK