Skip to main content
POST
/
api
/
contacts
/
bulk-delete
Bulk delete contacts
curl --request POST \
  --url https://api.morphic.io/api/contacts/bulk-delete \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '[
  "<string>"
]'
{}

Authorizations

X-API-Key
string
header
required

API key (sk_xxx) from Developer Settings. No X-Account-ID needed.

Headers

x-account-id
string | null

Body

application/json

Response

Successful Response

The response is of type Response Bulk-Delete-Contacts · object.