Delete tombstone
DELETE
/api/admin/tombstones/{id}
Code sample: Shell / cURL
curl --request DELETE \ --url https://auth.example.com/api/admin/tombstones/example \ --header 'Authorization: Bearer <token>'Force-deletes a tombstone record. This removes the deletion audit trail and should be used cautiously.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
Responses
Section titled “ Responses ”Tombstone deletion result.
Media type application/json
object
success
required
boolean
id
required
string
message
required
string
key
additional properties
Example
{ "success": true, "id": "tomb_123", "message": "Tombstone deleted. Note: This removes the deletion audit trail."}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}