Destroy

Destroy SBC Token

post

Destroy SBC Token.

Authorizations
Responses
curl -L \
  --request POST \
  --url 'https://HOSTNAME:8887/api/sbc/token/destroy' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'

No body

Was this helpful?