POST
/
customer
/
delete-pay-method
curl --request POST \
  --url https://vpn.bserv.dev/api/v1/customer/delete-pay-method \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --header 'token: <api-key>' \
  --data id=48
{
  "success": true,
  "user_id": 48,
  "message": "Pay Method deleted successfully."
}

Authorizations

token
string
header
required

Body

application/x-www-form-urlencoded

Response

200 - application/json

OK

The response is of type object.

POST
/
customer
/
delete-pay-method
curl --request POST \
  --url https://vpn.bserv.dev/api/v1/customer/delete-pay-method \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --header 'token: <api-key>' \
  --data id=48
{
  "success": true,
  "user_id": 48,
  "message": "Pay Method deleted successfully."
}

Authorizations

token
string
header
required

Body

application/x-www-form-urlencoded

Response

200 - application/json

OK

The response is of type object.