Un-mark a requirement for relocation
DELETE
/requirement_relocations/{id}
Destroys a PENDING relocation record, removing the move marker. Audited. Requires author role on the source component. Executed records are immutable — they answer 404 exactly like a record that never existed.
Authorizations
tokenAuth
Personal access token authentication. Send via Authorization header: Authorization: Token vulcan_xxx. Tokens are SHA-256 hashed server-side (never stored in plaintext). Scopes: read (GET), write (mutations), admin (everything). Create tokens via Settings → API Tokens in the web UI.
Type
HTTP (token)
Responses
Marker removed
application/json
JSON "toast": { "title": "Relocation marker removed.", "message": [ "The requirement is no longer marked for relocation." ], "variant": "success" }
{
}