POST
/
connection
/
access_token
/
invalidate
Invalidate access_token
curl --request POST \
  --url https://sandbox.deck.co/api/v1/connection/access_token/invalidate \
  --header 'Content-Type: application/json' \
  --header 'x-deck-client-id: <api-key>' \
  --header 'x-deck-secret: <api-key>' \
  --data '{
  "access_token": "<string>"
}'
{
  "new_access_token": "<string>"
}

Authorizations

x-deck-client-id
string
header
required

Enter your client id

x-deck-secret
string
header
required

Enter your secret

Body

Response

200
application/json

OK

The response is of type object.