Release Candidate — the API is undergoing final validation before general availability, and minor changes may still occur.
Hellomateo API Documentation
Contacts

Delete Contact by Locator

DELETE
/v1/contacts/by

Provide exactly one contact locator:

  • external_id
  • secondary_external_id
  • email_address
  • sms_phone_number
  • whatsapp_phone_number
  • facebook_user_id
  • instagram_user_id
  • postal_address

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

external_id?||

Identifier assigned by an external system.

secondary_external_id?||

Secondary identifier assigned by an external system.

email_address?|

Filters resources by email address.

sms_phone_number?|

Filters resources by sms phone number.

whatsapp_phone_number?|

Filters resources by whatsapp phone number.

facebook_user_id?|

Unique identifier of the related facebook user.

instagram_user_id?|

Unique identifier of the related instagram user.

postal_address?|

Filters resources by postal address.

Response Body

curl -X DELETE "https://api.getmateo.com/v1/contacts/by"
Empty