cURL
curl --request POST \ --url https://app.all-hands.dev/api/unset-settings-tokens \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Unset provider tokens in settings
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Tokens unset successfully
The response is of type object.
object
Was this page helpful?