cURL
curl --request POST \ --url https://app.alana.shopping/api/workspace/{workspaceId}/catalogs/{catalogId}/unpublish \ --header 'Authorization: Bearer <token>'
{}
Bearer token authentication. Obtain a token via the authentication endpoint and include it in the Authorization header: Authorization: Bearer <token>
Authorization: Bearer <token>
The workspace ID
Catalog unpublished successfully
The response is of type object.
object