Delete Catalog Using DELETE
API code: DELETE-CATALOG
Pre-authorized role(s): PROVIDER_ADMIN
Request
URI
DELETE
https://{api_host}/api/alp/v1/catalogs/{catalog-id}
COPY
Path Parameters
string
catalog-id
Required
Marketplace catalog ID.
Responses
204
No Content
Operation doesn't return any data structure
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/api/alp/v1/catalogs/{catalog-id}