Skip to main content
DELETE
/
stripe
/
connect
/
accounts
/
{accountId}
/
products
/
{productId}
Delete Product
curl --request DELETE \
  --url https://api.chat-dash.com/v1/public/stripe/connect/accounts/{accountId}/products/{productId} \
  --header 'Authorization: <authorization>'
{
  "id": "prod_ABC123XYZ",
  "archived": true
}

Headers

Authorization
string
required

All requests to the ChatDash API must be validated with the agency API Key found on your agency profile

Path Parameters

accountId
string
required

The Stripe connected account ID

productId
string
required

The Stripe product ID

Response

OK

id
string

The product ID that was deleted

Example:

"prod_ABC123XYZ"

archived
boolean

Indicates the product was successfully archived

Example:

true