Skip to main content
DELETE
/
v1
/
models
/
{model_id}
/
metadata
/
{id}
Delete a metadata field (soft delete)
curl --request DELETE \
  --url https://api.example.com/v1/models/{model_id}/metadata/{id} \
  --header 'Authorization: Bearer <token>'
{
  "code": "001-001-0001",
  "message": "The requested resource was not found"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

model_id
integer
required

The analysis model ID

id
integer
required

The metadata ID

Response

Successful Response