# Delete a Recipient Delete a recipient by specifying the recipient ID. A Recipient can only be deleted if it is NOT in use by any Triggers or Burn Alerts associated to the team. Endpoint: DELETE /1/recipients/{recipientId} Version: 1.0.0 Security: configuration_key ## Path parameters: - `recipientId` (string, required) Unique identifier (ID) of a Recipient. ## Response 401 fields (application/json): - `error` (string) ## Response 404 fields (application/json): - `error` (string) ## Response 409 fields (application/json): - `error` (string)