Skip to main content
DELETE
/
actions
/
{id}
Delete an action by id
curl --request DELETE \
  --url https://{subdomain}.nudj.cx/api/v2/admin/actions/{id} \
  --header 'x-api-token: <api-key>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

x-api-token
string
header
required

Path Parameters

id
string
required

The id of the action to delete

Response

Successful response

The output of the delete action

success
boolean
required
message
string
I