cURL
curl --request DELETE \ --url https://api.orafi.app/v1/customers/{customerId} \ --header 'x-api-key: <api-key>'
{ "success": true, "message": "Customer deleted successfully" }
Delete a customer
Documentation IndexFetch the complete documentation index at: https://docs.orafi.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.orafi.app/llms.txt
Use this file to discover all available pages before exploring further.
API key for merchant authentication required for most endpoints
Customer ID
Customer deleted successfully
true
"Customer deleted successfully"