Delete Media
To delete media, make a DELETE call to the /media/{{ MEDIA_ID }} .
Prerequisite
All API calls require authentication with
API_TOKEN Developers can authenticate their API calls with the API_TOKEN generated in App Dashboard > Phone Numbers > Detail > Api. Example
Sample request:
curl -X DELETE 'https://waofficial.botika.online/api/whatsapp/v1/media/{{ MEDIA_ID }}' \ -H 'Authorization: Bearer {{ API_TOKEN }}'
If successful, you receive a 200 status code.
null # or {}