Skip to main content
DELETE
Deletes a product by its ID.
Deleting a product will prevent new customers from attaching it. Existing customers with this product will retain access unless you also delete all versions.

Path Parameters

string
required
The ID of the product to delete.

Query Parameters

boolean
default:false
If true, deletes all versions of the product. If false, only deletes the current version.

Response

boolean
Indicates whether the deletion was successful.