Skip to main content
DELETE
/
v3
/
waba-accounts
/
{waba_unique_id}
/
customers
/
{wa_user_id}
/
messages
/
{wamid}
Delete a WABA customer message
curl --request DELETE \
  --url https://api.myscalev.com/v3/waba-accounts/{waba_unique_id}/customers/{wa_user_id}/messages/{wamid} \
  --header 'Authorization: Bearer <token>'
{
  "error": {},
  "error_code": "<string>",
  "message": "<string>",
  "errors": {}
}

Authorizations

Authorization
string
header
required

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

Path Parameters

waba_unique_id
string
required
wa_user_id
string
required
wamid
string
required

Response

Success with no response body