Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.flowent.chat/api/v1/gateway/actions/{name} \ --header 'Authorization: Bearer <token>'
{ "message": "Action deleted successfully" }
Delete an action from your tenant
JWT token obtained from token exchange
Action name
^[a-z0-9_]+$
"send_email"
Action deleted successfully
"Action deleted successfully"