cURL
curl --request POST \ --url https://webhook.sit.onedigilta.in/webhook/contact/delete \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "email": "jsmith@example.com" } '
{ "success": true, "message": "Contact deleted successfully" }
Accept: application/json
Use your API key with the 'Bearer ' prefix
Email address of the user.
Contact deleted successfully.
Newly created contact uuid