cURL
curl --request POST \ --url https://app.all-hands.dev/api/reset-settings \ --header 'Authorization: Bearer <token>'
{ "error": "Reset settings functionality has been removed." }
This endpoint is deprecated and will return a 410 Gone error. Reset functionality has been removed.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Feature removed
The response is of type object.
object
Was this page helpful?