SEP-12SEP-31
Delete Customer Data
DELETE/customer/:id
The request for this endpoint is identical to the
DELETE /customer
request defined in SEP-12.
Delete the customer's data or queue the customers data for deletion.
Request
Path Parameters
id stringrequired
Responses
- 204
- 404
Success.
Customer not found.
- application/json
- Schema
- Example (from schema)
Schema
error stringrequired
id string
{
"error": "string",
"id": "string"
}
Loading...