Admiral
Catalog items

Delete a catalog item

DELETE
/api/v1/catalog-items/{catalog_item_id}

Scope: catalog:write

Authorization

bearerAuth
AuthorizationBearer <token>

Personal Access Token (PAT) or Service Access Token (SAT). Pass the token in the Authorization header: Bearer admp_...

In: header

Path Parameters

catalog_item_id*catalog_item_id

Unique identifier of the catalog item to delete (UUID).

Formatuuid

Response Body

application/json

curl -X DELETE "https://api.admiral.io/api/v1/catalog-items/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{}