SEP-12SEP-31
Delete Customer Data
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.
Path Parameters
- id string required
Responses
- 204
- 404
Success.
Customer not found.
- application/json
- Schema
- Example (from schema)
Schema
- error string required
- id string
{
"error": "string",
"id": "string"
}
Loading...