Delete a Resource
Deleting a resource is achieved by sending a DELETE request to a resource URI. The request header holds the encrypted authorization and the content-type which defines the resource content and its version.Description Delete | The specified resource |
---|---|
Synopsis | DELETE /ers/config/{resource type}/{resource-id} |
Request Headers | CONTENT-TYPE, AUTHORIZATION |
Request Message | Body No Content |
Response Headers | Content-Length, Content-Type, ERS-MEDIA-TYPE(not mandatory) |
Response Message Body | success - No Content / fail - ersResponse with Error messages |
Response Status | 204, 400, 401, 403, 415, 500 |
