Delete a Resource
Deletes a Resource based on the id and the type provided by the request.
DELETE /v1/:type/:id
Path Parameters
type
- (required, string) specifies the type resource. Possible values are described in Resource Types.id
- (required, string) specifies the id of the resource. A resource can be deleted either byid
or by any of its identifiers.
Response
Returns 204 - No Content