Skip to main content
POST
/
api
/
workspace
/
{workspaceId}
/
catalogs
/
{catalogId}
/
unpublish
Unpublish catalog
curl --request POST \
  --url https://app.alana.shopping/api/workspace/{workspaceId}/catalogs/{catalogId}/unpublish \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer token authentication. Obtain a token via the authentication endpoint and include it in the Authorization header: Authorization: Bearer <token>

Path Parameters

workspaceId
string
required

The workspace ID

catalogId
string
required

Response

Catalog unpublished successfully

The response is of type object.