Skip to main content
DELETE
/
clients
/
{client_id}
/
recipients
/
{recipient_id}
Delete a recipient
curl --request DELETE \
  --url https://{your-subdomain}.neetoinvoice.com/api/external/v2/clients/{client_id}/recipients/{recipient_id} \
  --header 'X-Api-Key: <x-api-key>'

Documentation Index

Fetch the complete documentation index at: https://apidocs.neetoinvoice.com/llms.txt

Use this file to discover all available pages before exploring further.

Replace {your-subdomain} with your workspace’s subdomain.
Learn how to find your subdomain in Workspace subdomain.

Headers

X-Api-Key
string
default:your-api-key
required

Use the X-Api-Key header to provide your workspace API key. Refer to Authentication for more information.

Path Parameters

client_id
string
required

Unique ID of the client for which you want to retrieve or update details. Refer to Getting the Client ID section for detailed instructions.

recipient_id
string
required

Unique Id of recipient that you want to delete. Refer to Getting the Recipient ID section for detailed instructions.

Response

204

No Content - Recipient deleted successfully