Skip to main content
DELETE
/
customers
/
{id}
Delete a customer
curl --request DELETE \
  --url https://business.bfinance.app/external/api/customers/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "data": {}
}

Authorizations

Authorization
string
header
required

JWT authentication token

Path Parameters

id
string
required

Customer ID

Response

Customer deleted successfully.

status
string
Example:

"success"

data
object