Authorizations
Path Parameters
The id of the action to delete
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.
curl --request DELETE \
--url https://{subdomain}.nudj.cx/api/v2/admin/actions/{id} \
--header 'x-api-token: <api-key>'
{
"success": true,
"message": "<string>"
}
The id of the action to delete
Was this page helpful?