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
}

Documentation Index

Fetch the complete documentation index at: https://docs.chat-dash.com/llms.txt

Use this file to discover all available pages before exploring further.

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