The server cannot write a tamper-resistant suppression tombstone, so it refuses to erase rather than erase weakly.
Retry only after changing the request
HTTP/1.1 503
Content-Type: application/problem+json
{
"type": "https://sealdeal.ai/errors/erasure-unavailable",
"title": "Erasure is not configured",
"status": 503,
"detail": "..."
}`type` is stable and safe to branch on in code. `detail` is specific to your request and is the field to read for the particulars; its wording may change.
All error types · API documentation · Integrations
Related errors: 500 Internal error