Authorization: Bearer ********************
curl --location --request DELETE 'https://getrasl.io/api/v1//contacts/25' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json'
{ "status": "success", "message": "Contact deleted successfully", "data": { "deleted_contact_id": 25, "deleted_at": "2024-02-08T16:45:30.000000Z" } }