Delete a contact by email address or user ID.
cURL
curl --request POST \ --url https://app.loops.so/api/v1/contacts/delete \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "email": "<string>", "userId": "<string>" }'
{ "success": true, "message": "Contact deleted." }
email
userId
404 Not Found
400 Bad Request
Was this page helpful?