Policies
Policies and terms of service
Delete a contact
curl --request DELETE \ --url https://api.mobilizehub.com/v1/contact.delete-contact \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "contactId": "<string>", "organizationId": "<string>" }'
{ "data": {}, "object": "contact" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object