Skip to main content
DELETE
/
recipient-lists
/
{recipient_list_id}
/
recipients
/
{entry_id}
Remove recipient
curl --request DELETE \
  --url https://api.staging.kathan.tech/recipient-lists/{recipient_list_id}/recipients/{entry_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'X-User-ID: <api-key>'
{}

Authorizations

Authorization
string
header
required

API key authentication.

X-User-ID
string
header
required

Required user id for API key requests.

Path Parameters

recipient_list_id
string
required
entry_id
string
required

Response

Successful Response

The response is of type Response Remove Recipient Recipient Lists Recipient List Id Recipients Entry Id Delete · object.