curl --request DELETE \
--url https://api.staging.kathan.tech/recipient-lists/{recipient_list_id} \
--header 'Authorization: Bearer <token>' \
--header 'X-User-ID: <api-key>'{}Delete a recipient list and all its entries.
curl --request DELETE \
--url https://api.staging.kathan.tech/recipient-lists/{recipient_list_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 Delete Recipient List Recipient Lists Recipient List Id Delete · object.
Was this page helpful?