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

Log in to see full request history
Path Params
string
required

Reference of the Support Scheme.

string
required

Reference of the Scheme engagement.

Body Params

Information of the new scheme engagement.

string
required
length ≥ 1
boolean
required
Responses
204

On Success

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json