# Delete action set DELETE /v3/action-sets/{actionSetId} Delete an existing action set Endpoint: DELETE /v3/action-sets/{actionSetId} Security: API_Key ## Path parameters: - `actionSetId` (integer, required) ID of the action set to delete ## Response 401 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 403 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 404 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 204 fields