DELETE api/resources/{identifier}

Deletes a specific resource stored in the storage system. This process cannot be reversed.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
identifier

Guid identifying the resource to delete.

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Simple HttpStatusCode response.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.