API Reference
These docs are for v2.3. Click to read the latest docs for v3.0.

End scheme engagement with engagement reference and given information based on payload

Sample Request:

DELETE /api/v2/supportschemes/SP1000000006/engagements/SE1000000011

Example Payload:
{           
    "outcome": "Success - All goals Achieved",
    "endRecurringTasks": true       
}

This endpoint requires all data to be in the body of the request 

Requirements
"outcome"            Must be set and %100 match with one of outcome in engagement outcome settings
"endRecurringTasks"  Must be set.

Required Permission(s): SupportPlans.EditSupportSchemes

Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!