delete
https://api.fido.id/{version}///
Delete Data
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
This endpoint allows you to request the deletion of all data associated with a specific customer for a given claim. The operation is asynchronous: the request is accepted immediately and the actual deletion will be processed shortly in the background.
Response
Following an example of the response:
{
"status": "ok",
"message": "deletion request accepted - the deletion will be processed shortly"
}The deletion process is asynchronous. A successful response only confirms that the deletion request has been accepted, not that the data has already been removed. Clients should avoid sending duplicate deletion requests for the same claim and customer_id while a previous request is still being processed.