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://{subdomain}.nudj.cx/api/v2/admin/actions/{id} \ --header 'x-api-token: <api-key>'
{ "success": true, "message": "<string>" }
Delete an action by id. This is permanent and cannot be undone.
The id of the action to delete
^[0-9a-fA-F]{24}$
Successful response
The output of the delete action
Was this page helpful?