Skip to main content

Deletes a catalog

DELETE 

https://euwest.api.elasticpath.com/catalogs/:catalog_id

Deletes an unpublished catalog. Use Delete a Release and Delete All Releases to delete releases of a catalog. If the catalog is associated with any catalog rules, you must first update the catalog rules to remove the catalog.

Request

Path Parameters

    catalog_id stringrequired

    The catalog ID.

Responses

A 204 response indicates that the catalog has been deleted.

Authorization: Authorization

name: Authorizationtype: httpin: headerscheme: bearer
curl -L -X DELETE 'https://euwest.api.elasticpath.com/catalogs/:catalog_id' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://euwest.api.elasticpath.com
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!