Tasks
Delete A Task
Delete a task
DELETE
Path Parameters
The resourceSlug is a url parameter of the teamId associated with the user. Anywhere the resourceSlug is used can be interpreted as a teamId
the taskId of the agent that will be deleted
Response
302
dynamicResponse
Successful operation, redirect to '/{resourceSlug}/tasks'. (this needs to be modified to correctly display dynamicResponse)
Server response after successsfully adding a new object
The unique Mongo id of the newly inserted object.
a string containing the redirect link to get all objects after a successful insertion.