Permanently delete the specified a status from eTask.
Note: If this status is already mapped to other statuses, all tasks or bugs using this status will change to invalid status and show in List invalid tasks endpoint.1
2
3
4DELETE odata/status({id})
--x-appvity-channelId: [ChannelID]
--x-appvity-teamid: [TeamID]
--Cookie: graphNodeCookie=[ID]
odata/status({id})
DELETE.
Do not supply OData Filter syntax.
Header
1 | --x-appvity-channelId: [ChannelID] |
Body
This method does not supply the request body.
If successful, this method returns a 204 No Content response code.
© Appvity. All rights reserved.
Comment