Skip to main content
POST
Delete

Authorizations

Authorization
string
header
required

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

Body

application/json
id
string<uuid>

Id of the product to delete.

purge
boolean

Hard-delete instead of soft-delete, releasing the id for reuse.

etag
string | null

Optional optimistic-concurrency guard.

Response

200 - application/json

Success

The response is of type DeleteResponse · object.