StatusDashboard
Segments

Remove assignment

Remove a tag from a contact in the registry.

View Markdown

DELETE /app/segments/registry/{tagId}/{channel}/{contact}

Removes one registry assignment. Does not affect dashboard subscriptions.


Path parameters

ParameterTypeDescription
tagIduuidTag UUID
channelstringemail, sms, or whatsapp
contactstringURL-encoded normalized contact from normalizedContact (alice@acme.com or %2B14155552671 in E.164)

Request

See API Basics for required headers.


Sample request

curl -X DELETE "https://api.statusdashboard.com/app/segments/registry/a1b2c3d4-e5f6-7890-abcd-ef1234567890/email/ceo%40acme.com" \
  -H "Authorization: Bearer bcf847abf5c6:def456"

Remove a WhatsApp assignment (URL-encode the E.164 phone):

curl -X DELETE "https://api.statusdashboard.com/app/segments/registry/a1b2c3d4-e5f6-7890-abcd-ef1234567890/whatsapp/%2B14155552671" \
  -H "Authorization: Bearer bcf847abf5c6:def456"

Sample response

Status: 204 No Content

No response body.


Error responses

StatusWhen
400Invalid path parameters.
403Not admin or feature not enabled.
404Assignment not found.

On this page

We use cookies

We use essential cookies to keep the site working, and optional analytics cookies to understand how it's used. Read our Privacy Policy.