Archive a customer
POST {{baseUrl}}/customers/archive
Archive a customer
Request Body
{"id"=>"<uuid>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":{"id":"\u003cuuid\u003e"}}