Skip to main content
DELETE
/
platform-customers
/
{id}
cURL
curl --request DELETE \
  --url https://ebrcapi.dev.eximfiles.com/api/v1/platform-customers/{id} \
  --header 'x-api-key: <api-key>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://ebrcapi.docs.eximfiles.io/llms.txt

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

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

The customer ID

Response

Deletion confirmation

success
boolean