Delete Variable Endpoint DELETE

Deletes the users' variables added by the user.

Basic Authentication Endpoint

Authorization Header

This endpoint uses Basic Authentication for username and password for variable deleting.

Parameter
Description
username
The registered username of the account.
password
The registered password of the account.

Bearer Token Authentication Endpoint

Authorization Header

This endpoint uses Bearer Token Authentication for variable deleting.

Parameter
Description
Bearer
A user's generated token

Request Body Parameters

Parameter
Description
variable_name
The name of the user's saved variable

Responses

Successful Variable Deleting
  • Status Code: 200 Ok
  • Response Body:
json
{
"message"
:
"Variable [variable] is deleted"
}