Skip to content

HTTP 409

conflict

What to do: The resource already exists, or is still referenced elsewhere.

Creates are idempotent by slug when if_exists: "return" is passed. Deleting a destination that routes still reference returns this code.

Shape

{ "error": { "code": "conflict", "message": "…", "hint": "The resource already exists, or is still referenced elsewhere.", "docs": "https://postbag.dev/docs/errors/conflict/" } }

All codes are listed on the error reference. Conventions for the envelope, hints and next[] are in the API overview.