Revokes the provided API token belonging to a user.
curl -L -X DELETE 'https://api.turso.tech/v1/auth/api-tokens/{tokenName}' \ -H 'Authorization: Bearer TOKEN'
{ "token": "..." }
The name of the api token.
The response is of type object.
object
Was this page helpful?