AI agents: install the Runflow skill before integrating, or jump to For agents.
curl --request DELETE \
--url https://api.runflow.io/v1/assets/{id} \
--header 'Authorization: Bearer <token>'{
"code": "<string>",
"message": "<string>",
"errors": [
{}
]
}Soft-delete a asset by ID.
curl --request DELETE \
--url https://api.runflow.io/v1/assets/{id} \
--header 'Authorization: Bearer <token>'{
"code": "<string>",
"message": "<string>",
"errors": [
{}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.runflow.io/llms.txt
Use this file to discover all available pages before exploring further.