Delete integration task management configuration
DELETE
Operation
removed
/api/v2/integration_task_management_configurations/{id}/delete
Schema changes
-
-tags:
-
-- Integration Task Management Configuration
-
-summary: Delete integration task management configuration
-
-responses:
-
- '204': {}
-
-parameters:
-
-- in: path
-
- name: id
-
- schema:
-
- type: string
-
- required: true
-
-- "$ref": "#/components/parameters/header_organization"
-
-operationId: integration_task_management_configurations-destroy
-
-