cURL
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 }
Delete a product for a connected account.
All requests to the ChatDash API must be validated with the agency API Key found on your agency profile
The Stripe connected account ID
The Stripe product ID
OK
The product ID that was deleted
"prod_ABC123XYZ"
Indicates the product was successfully archived
true