Blooio API Reference
Contacts

Delete a contact

DELETE
/contacts/{contactId}

Soft-delete a contact.

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://example.com/contacts/%2B15551234567"
{
  "success": true,
  "deleted_at": 0
}
{
  "error": "string",
  "message": "string",
  "status": 0,
  "code": "string"
}
{
  "error": "string",
  "message": "string",
  "status": 0,
  "code": "string"
}
{
  "error": "string",
  "message": "string",
  "status": 0,
  "code": "string"
}