Skip to content
Get Started

Delete multiple contacts

delete/api/v2/contacts

Delete multiple contacts by their IDs

Body ParametersExpand Collapse
contact_ids: array of string

Array of phone numbers in E.164 format to delete

ReturnsExpand Collapse
amount: optional number

Number of contacts deleted

status: optional string
Delete multiple contacts
curl https://api.sendblue.co/api/v2/contacts \
    -X DELETE \
    -H "sb-api-key-id: $SENDBLUE_API_API_KEY" \
    -H "sb-api-secret-key: $SENDBLUE_API_API_SECRET"
{
  "amount": 0,
  "status": "OK"
}
Returns Examples
{
  "amount": 0,
  "status": "OK"
}