Online Docs

Delete Phase

1
2
3
4
DELETE odata/phase({phase-id})
--x-appvity-channelId: [ChannelID]
--x-appvity-teamid: [TeamID]
--Cookie: graphNodeCookie=[ID]

URL Endpoint

odata/phase({phase-id})

Method

DELETE.

Parameters

Do not supply OData Filter syntax.

Request

Header

1
2
3
--x-appvity-channelId: [ChannelID]
--x-appvity-teamid: [TeamID]
--Cookie: graphNodeCookie=[ID]

Body

This method does not supply the request body.

Response

Code: 204 No Content.

Error

Code: 400 Bad Request

1
2
3
{
"message": "Update not successful"
}

Comment

Was this article helpful?
Thanks For Your Feedback