cURL
curl --request DELETE \ --url https://{appid}.api-{region}.cometchat.io/v3/ai-agents/agent-builder/frontend-actions/{id} \ --header 'apikey: <api-key>'
{ "success": true, "message": "Operation completed successfully" }
Deletes a frontend action by its unique ID. Use this endpoint to remove a frontend action that is no longer needed.
API Key with fullAccess scope(i.e. Rest API Key from the Dashboard).
Frontend action deleted successfully
Indicates whether the operation was successful
true
Human-readable result message
"Operation completed successfully"
Was this page helpful?