delete_request
ActiveTool of Ssemble AI Clipping
declared in 1.0.0
Permanently delete a short creation request and all generated videos. Credits are NOT refunded. This action is irreversible.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"requestId"
],
"properties": {
"requestId": {
"type": "string",
"pattern": "^[0-9a-fA-F]{24}$",
"description": "The request ID to delete (24-char hex). This action is irreversible and credits are NOT refunded."
}
},
"additionalProperties": false
}Parent server
Ssemble AI Clipping
https://github.com/ssembleinc/ssemble-mcp-server
2/7 registries