Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To delete a customer, use the following request:

Panel

DELETE

/customers/

(int:

id

)

Request Parameters

...

where:

  • id (integer) is the customer ID.

Example request

Code Block
languagejs
DELETE /customers/1 HTTP/1.1
Authorization: Bearer f794846b7c26621688e1e06164975b4eae8ce2f6

...