Skip to content

Soft-dismiss one extraction failure

POST
/admin/metadata-extraction/failures/{id}/dismiss

Marks the row dismissed (keeps it for audit). Idempotent — re-dismissing an already-dismissed row returns 204 without complaint. 404 if the row never existed.

Gated on system.admin.

id
required
string format: uuid

Dismissed (or already-dismissed).

Authentication required, missing, or invalid

object
error
required

Human-readable error summary

string
Example
the request could not be completed
Example
{
"error": "authentication required: sign in and retry with a valid session or API token"
}

Authenticated but missing required capabilities

object
error
required

Human-readable error summary

string
Example
the request could not be completed

Resource not found

object
error
required

Human-readable error summary

string
Example
the request could not be completed