Skip to main content
DELETE
Delete a product
Required scopes: accounts--my:ro

Authorizations

Authorization
string
header
required

Use your account ID as the username and your personal access token (PAT) as the password, or pass a Base64-encoded value directly in the Authorization header. For more information, see the personal access tokens guide.

Path Parameters

catalog_id
string<uuid>
required

The catalog ID.

product_id
string
required

The product id. URL-encode the value if it contains reserved characters (e.g. /, :).

Response

The product was removed.

success
boolean
required

If true: the product was removed from the catalog.