Skip to main content
DELETE
/
auth
/
handoff
/
{code}
Cancel handoff
curl --request DELETE \
  --url https://api.fluxer.app/v1/auth/handoff/{code}
{
  "message": "<string>",
  "errors": [
    {
      "path": "<string>",
      "message": "<string>",
      "code": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.fluxer.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

code
string
required

The code

Response

No Content