TravelyfeHelp
EntwicklerReferenceAccount

Disconnect An App

DELETE
/v1/account/connected-apps/{grantId}

Takes back an app's access, and every token it holds, from its next request.

Only available to the Travelyfe apps. Tokens issued to other apps receive forbidden.

AuthorizationBearer <token>

A Travelyfe access token.

In: header

Path Parameters

grantId*string

The connection's id.

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/account/connected-apps/string"
Empty