Aller au contenu

delete_surface

Delete a CUSTOM surface (task 928). Builtins cannot be deleted - deactivate them with update_surface(active=false) instead (a 422/409 is returned if you try to delete a builtin). Deleting a custom surface removes it from the catalog.

NomTypeDescription
project_uuidstringoptionnelProject UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise.
slugstringrequisSlug of the custom surface to delete.
{
"tool": "delete_surface",
"arguments": {
"slug": "<slug>"
}
}