Skip to main content
DELETE
Delete a product
Permanently deletes a product or service from the catalog. This action cannot be undone.

Authentication

Requires a valid Bearer token. The authenticated user must be an owner or admin of the organization.

Path Parameters

Example Request

Response

Returns 204 No Content on success.

Common Errors

404 Not Found

Product does not exist or does not belong to the organization.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required
productId
string
required

Response

204 - undefined