Revokes an access or refresh token, immediately invalidating it. Client authentication required via authorization header or client credentials. Returns 200 on success.
curl --request POST \
--url https://api.fluxer.app/v1/oauth2/token/revoke \
--header 'Content-Type: multipart/form-data' \
--form 'token=<string>' \
--form 'client_id=<string>' \
--form 'client_secret=<string>'{
"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.
No Content
curl --request POST \
--url https://api.fluxer.app/v1/oauth2/token/revoke \
--header 'Content-Type: multipart/form-data' \
--form 'token=<string>' \
--form 'client_id=<string>' \
--form 'client_secret=<string>'{
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}