Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.ecrypt.com/v1/customers/{Customer} \ --header 'x-api-key: <api-key>'
{ "requestId": "000000000000000000000", "errors": [ { "type": "<string>", "message": "<unknown>" } ] }
Delete the customer from your customer vault.
Authorization by x-api-key inside request's header
Customer is the Ecrypt customer identifier.
Customer
8 - 64
^[0-9A-Za-z-]*$
OK