Delete a customer from the Rapyd platform
DELETE {{baseUrl}}/v1/customers/:customerId
This method triggers the Customer Deleted webhook. This webhook contains the same information as the response
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":{"id":"\u003cstring\u003e","deleted":"\u003cboolean\u003e"},"status":{"error_code":"\u003cstring\u003e","message":"\u003cstring\u003e","operation_id":"\u003cstring\u003e","response_code":"\u003cstring\u003e","status":"\u003cstring\u003e"}}