Skip to main content

Revoke access of specific token(s)

POST 

https://api.spectrocloud.com/v1/users/auth/tokens/revoke

Revoke access of specific token(s)

Request

Body

    tokensstring[]

Responses

The resource was updated successfully


Request Collapse all
Base URL
https://api.spectrocloud.com
Auth
Body
{
"tokens": [
"string"
]
}