Authentication
Delete Token
Overview
OpenFeature Evaluation
Namespaces
Rollouts
Authentication
Delete Token
DELETE
/
auth
/
v1
/
tokens
/
{id}
curl --request DELETE \
--url https://try.flipt.io/auth/v1/tokens/{id} \
--header 'Authorization: Bearer {token}'
curl --request DELETE \
--url https://try.flipt.io/auth/v1/tokens/{id} \
--header 'Authorization: Bearer {token}'
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Was this page helpful?
curl --request DELETE \
--url https://try.flipt.io/auth/v1/tokens/{id} \
--header 'Authorization: Bearer {token}'