Competitor Tracker & Co. Docs

Remove a recipient from a notification. The pinned owner cannot be removed. Admin-only.

Remove a recipient from a notification. The pinned owner cannot be removed. Admin-only — Competitor Tracker & Co. API reference for DELETE /v1/dispatches/{id}/.

Required role: admin or higher (organization-level).

Required scope: dispatches:write (for both OAuth2 tokens and API keys).

DELETE
/v1/dispatches/{id}/recipients/{recipientId}

Authorization

X-API-Key<token>

In: header

Path Parameters

id*string
Length1 <= length
recipientId*string
Length1 <= length

Response Body

application/json

curl -X DELETE "https://api.competitortracker.io/v1/dispatches/01J0000000000000000000A001/recipients/01J0000000000000000000R001"
Empty
{
  "code": "string",
  "message": "string",
  "resolution": "string"
}