Skip to content

Apply dangerous catalog repair

POST
/api/admin/admin-logging/catalog-repairs/dangerous/apply
Code sample: Shell / cURL
curl --request POST \
--url https://auth.example.com/api/admin/admin-logging/catalog-repairs/dangerous/apply \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "confirmation": "APPLY DANGEROUS REPAIR lrf_123" }'

Applies a dangerous catalog repair plan after validating the exact confirmation phrase.

Media type application/json
object
confirmation
required
string
key
additional properties
Example
{
"confirmation": "APPLY DANGEROUS REPAIR lrf_123"
}

Successful JSON response.

Media type application/json
object
result
required
object
key
additional properties
audit_id
One of:
string
job_id
string
key
additional properties
Example
{
"result": {
"id": "dlq_123",
"status": "deleted",
"updated_at": 1770000000000
},
"audit_id": "audit_123"
}

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"
}

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"
}