Blooio API Reference
Contacts

Delete a contact

Soft-delete a contact.

DELETE
/contacts/{contactId}

Authorization

BearerAuth
AuthorizationBearer <token>

API key authentication. Use your API key as the bearer token.

In: header

Path Parameters

contactId*string

Contact identifier (phone number in E.164 format or email, URL-encoded)

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://backend.blooio.com/v2/api/contacts/%2B15551234567"
{
  "success": true,
  "deleted_at": 0
}
{
  "error": "string",
  "status": 0
}
{
  "error": "string",
  "status": 0
}
{
  "error": "string",
  "status": 0
}