curl --request DELETE \
--url https://api.open.cx/actions/all{
"statusCode": 123,
"message": "<string>",
"error": "<string>"
}Delete all actions. This is safe when you can re-import from an OpenAPI spec. Manually created dashboard actions will also be deleted.
curl --request DELETE \
--url https://api.open.cx/actions/all{
"statusCode": 123,
"message": "<string>",
"error": "<string>"
}Default Response
Was this page helpful?