cURL
curl --request POST \ --url https://safe.dfda.earth/api/v3/userVariables/reset \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "variableId": 123 }'
Reset user settings for a variable to defaults
Enter your bearer token in the format Bearer access_token_here
Bearer access_token_here
Id of the variable whose measurements should be deleted
The body is of type object.
object