Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
curl --request DELETE \
--url https://api.open.cx/actions \
--header 'Authorization: Bearer <token>'This response has no body data.Delete all actions. This operation is safe only when you can re-import all the actions from an OpenAPI spec. Any actions created manually from the dashboard will be deleted.
curl --request DELETE \
--url https://api.open.cx/actions \
--header 'Authorization: Bearer <token>'This response has no body data.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?