Description | Example | Return Message | Group(s)

DeleteAssignment

HTTP Request Formats

DELETE api/task/{taskID}/assignment/{assignmentID}

To specify the schedule the command shall be sent to:

DELETE api/schedule/{scheduleName}/task/{taskID}/assignment/{assignmentID}

Description

The DeleteAssignment REST API command deletes an assignment for a task in the active/specified schedule.

Request Body

N/A

Examples

Deletes an assignment with an ID of 2 for a task named DemoTask

DELETE api/task/DemoTask/assignment/2

Return Message

If successful, a standard response for a successful HTTP response shall be returned.

Group Membership

This command belongs to the following group(s):

Scheduler

Version

12.5