Deletes a ResourceCatalog

This operation deletes a ResourceCatalog entity.

Request
Security:
OAuth2 (openid)
path Parameters
id
required
string

Identifier of the ResourceCatalog

Responses
204

Deleted

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

405

Method Not allowed

409

Conflict

500

Internal Server Error

delete/resourceCatalog/{id}
Request samples
curl -i -X DELETE \
  https://bss.totogi.com/resourceCatalog/v4/resourceCatalog/:id \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Response samples
application/json;charset=utf-8
{
  • "@baseType": "string",
  • "@schemaLocation": "http://example.com",
  • "@type": "string",
  • "code": "string",
  • "message": "string",
  • "reason": "string",
  • "referenceError": "http://example.com",
  • "status": "string"
}