Skip to main content
DELETE
/
v1
/
customers
/
{Customer}
Delete Customer
curl --request DELETE \
  --url https://api.ecrypt.com/v1/customers/{Customer} \
  --header 'x-api-key: <api-key>'
{
  "requestId": "000000000000000000000",
  "errors": [
    {
      "type": "<string>",
      "message": "<unknown>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Authorization by x-api-key inside request's header

Path Parameters

Customer
string
default:00000000-0000-0000-0000-000000000000
required

Customer is the Ecrypt customer identifier.

Required string length: 8 - 64
Pattern: ^[0-9A-Za-z-]*$

Response

OK