Blooio API Reference
Contacts

Remove a tag from a contact

Remove a specific tag from a contact. The tag is soft-deleted and can be re-added later.

DELETE
/contacts/{contactId}/tags/{tag}

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)

tag*string

The tag to remove (URL-encode if it contains special characters)

Response Body

application/json

application/json

application/json

application/json

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