Skip to main content

Delete customer

DELETE 

https://apis.<domain>/customers/:id

Authorization: http

name: bearerTokentype: httpscheme: bearerin: headerdescription: Authorization Header: `Authorization: Bearer <user_token>`

Delete customer.

Authorization Action:

pay:customers:delete

Request

Path Parameters

    id stringrequired

Responses

Schema
    id stringrequired
    deleted booleanrequired
curl -L -X DELETE 'https://apis.<domain>/customers/:id' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://apis.<domain>
Auth
Parameters
— pathrequired