Skip to main content

Delete a collection

This endpoint will let you delete an existing collection using its ID.

info

To use this API, you must connect a number that uses the free version of WhatsApp Business. This API does not need a WhatsApp Business API account to work.

Invocation

Make a DELETE request to https://api.p.2chat.io/open/whatsapp/catalog/collection/<collection-id>, where:

Request body

For each request, you must specify the phone number you connected to 2Chat that you want to use as the client.

{
"from_number": "+595981461442"
}

In the following examples, we are using 268305749345797 as the collection ID.


curl --location --request DELETE 'https://api.p.2chat.io/open/whatsapp/catalog/collection/268305749345797' \
--header 'X-User-API-Key: your_api_key_here' \
--data '{
"from_number": "+595981461442"
}'

Response

{
"success": true
}