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>'{}Remove a recipient from the list.
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>'{}API key authentication.
Required user id for API key requests.
Successful Response
The response is of type Response Remove Recipient Recipient Lists Recipient List Id Recipients Entry Id Delete · object.
Was this page helpful?