Skip to main content
POST
/
customer
/
delete
Delete Customers API
curl --request POST \
  --url https://demo.onlinebillingform.com/api/v1/customer/delete \
  --header 'token: <token>'
{
  "success": true,
  "message": "User: 101 deleted successfully"
}

Documentation Index

Fetch the complete documentation index at: https://www.billingserv.com/docs/llms.txt

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

Headers

token
string
required
Example:

"sk_XpgMmyMBc50C4sHZkzS3"

Query Parameters

id
integer
required
Example:

101

Response

default - application/json
success
boolean
required
message
string
required