Management API
cURL
curl --request DELETE \ --url https://{tenantDomain}/api/v2/actions/modules/{id} \ --header 'Authorization: Bearer <token>'
Permanently delete an Actions Module. This will fail if the module is still in use by any actions.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the Actions Module to delete.
The Actions Module was deleted.