cURL
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" }
Performs a soft delete on the specified metadata field by setting enabled = false.
enabled = false
Important: Metadata cannot be deleted if the model has existing call analyses, as this would affect historical results.
Requires scope: write:model-metadata
write:model-metadata
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The analysis model ID
The metadata ID
Successful Response