Skip to main content
DELETE
Delete Stripe Product

Authorizations

Authorization
string
header
required

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

Path Parameters

environment
enum<string>
required

Payment provider environment.

Available options:
test,
live
productId
string
required

Stripe product ID.

Minimum string length: 1

Response

Product deleted

productId
string
required
Example:

"prod_123"

deleted
boolean
required