Remove the customer
DELETE
/rest/v1/customers/{id}
Request
Authorization
Add parameter in header
api-key
Example:
api-key: ********************
Path Params
id
string
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.logictrade.cloud/rest/v1/customers/' \
--header 'api-key;'
Responses
🟢200Success
text/plain
Body
object {0}
🟠403Forbidden
🟠404Record Not Found
Modified at 2024-07-30 06:23:05