Skip to content

Delete a resource

Ryan Newington edited this page Sep 12, 2016 · 3 revisions

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

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