cURL
curl --request DELETE \ --url https://app.variable.global/api/v1/model/:uuid/input/:uuid \ --header 'Authorization: Bearer <token>'
{ "message": "Success" }
Delete model input
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
The response is of type object.
object