Skip to main content
DELETE
/
customers
/
{customerId}
Delete customer
curl --request DELETE \
  --url https://api.orafi.app/v1/customers/{customerId} \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "Customer deleted successfully"
}

Documentation Index

Fetch the complete documentation index at: https://docs.orafi.app/llms.txt

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

Authorizations

x-api-key
string
header
required

API key for merchant authentication required for most endpoints

Path Parameters

customerId
string
required

Customer ID

Response

Customer deleted successfully

success
boolean
Example:

true

message
string
Example:

"Customer deleted successfully"