DELETE/api/admin/errors/{error_id}Admin

Delete a captured error

Removes one row of the captured server errors table.

operationId delete_api_admin_errors_error_idAdministration

Authentication & permissionsAdmin

Platform administrators only

Accepted credentials
Who may call
Platform administrators only

Path parameters

NameTypeDescription
error_id*string (uuid)

Id of the captured error

Responses

application/json
ResourceCreationResponse
PropertyTypeDescription
success*true
message*string
resource_id*string

Identifier of the created / affected resource

JSONExample
"success"true
"message""string"
"resource_id""string"

Example request

bashcurl
curl -X DELETE 'https://auth.schemavaults.com/api/admin/errors/<error_id>' \
  -b 'refresh_token_<auth_server_app_id>=<value>'