POST
/
api
/
svc
/
v1
/
delete
Delete Resources
curl --request POST \
  --url https://{controlPlaneURL}/api/svc/v1/delete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "manifest": "<any>"
}'

Authorizations

Authorization
string
header
required

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

Body

application/json
manifest
required

manifest of the resource to be deleted +label=MLRepo +usage=MLRepo is a repository ML training runs that log params, metrics, plots, images and versioned entities like artifacts, models, prompts, tools, agents

Response

200

The resource has been successfully deleted.