API Authentication
Delete Token
DELETE
/auth/v1/tokens/{id}
Bearer*
curl --request DELETE \
--url https://try.flipt.io/auth/v1/tokens/{id} \
--header 'Authorization: Bearer AUTH_VALUE'
Parameters
idRequired
string
curl --request DELETE \
--url https://try.flipt.io/auth/v1/tokens/{id} \
--header 'Authorization: Bearer AUTH_VALUE'