Cancel an ongoing handoff session. The handoff code will no longer be valid for authentication.
curl --request DELETE \
--url https://api.fluxer.app/v1/auth/handoff/{code}{
"code": "ACCESS_DENIED",
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}The code
No Content
curl --request DELETE \
--url https://api.fluxer.app/v1/auth/handoff/{code}{
"code": "ACCESS_DENIED",
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}