Endpoint retired
This endpoint has been retired. Migrate to the successor operation.
| Field | Value |
|---|---|
| HTTP status | 410 |
| code | ENDPOINT_SUNSET |
| retryable | false |
| type | https://docs.flashapi.io/errors/endpoint-sunset |
Gateway and upstream problem+json bodies use this type URI. SDKs should branch on code, not on title or detail.
Example#
terminal
{
"type": "https://docs.flashapi.io/errors/endpoint-sunset",
"title": "Endpoint retired",
"status": 410,
"detail": "This endpoint has been retired. Migrate to the successor operation.",
"instance": "urn:flashapi:request:req_01JXYZ123",
"code": "ENDPOINT_SUNSET",
"request_id": "req_01JXYZ123",
"retryable": false
}See the error catalog for every platform code.