DELETE
/
v1
/
model
/
:uuid
/
input
/
:uuid
curl --request DELETE \
  --url https://app.variable.global/api/v1/model/:uuid/input/:uuid \
  --header 'Authorization: Bearer <token>'
{
  "message": "Success"
}
Requires permission:

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json
Success
message
string
Example:

"Success"