Skip to main content
DELETE
/
api
/
ml
/
v1
/
agent-skill-versions
/
{agent_skill_version_id}
Delete agent skill version
curl --request DELETE \
  --url https://{controlPlaneURL}/api/ml/v1/agent-skill-versions/{agent_skill_version_id} \
  --header 'Authorization: Bearer <token>'
{}

Documentation Index

Fetch the complete documentation index at: https://www.truefoundry.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

agent_skill_version_id
string
required

Response

Empty response indicating successful deletion

The response is of type EmptyResponse · object.