Response ‒ Roles/Post/[roleId]/removeTask
The response that is returned contains the following property –
Property
Type
Description
value
Boolean
Indicates whether or not the operation succeeded.
Example JSON Roles/Post/[roleId]/removeTask Response
Status 200 – OK
{
“@odata.context”: “https://dev-axonizeapi-axonize.dev-ase-axonize.p.azurewebsites.net/odata/$metadata#Edm.Boolean”,
“value”: true
}