Close Dispatch
This endpoint allows you to close an existing dispatch call.
Close Call
Request Body
Name
Type
Description
UNITS ATTACHEDINVALID REQUEST TYPE
INVALID COMMUNITY ID
API IS NOT ENABLED FOR THIS COMMUNITY
INVALID API KEY{
"id": "YOUR_COMMUNITY_ID",
"key": "YOUR_API_KEY",
"type": "CLOSE_CALL",
"data": [
{
"serverId": 1, // Default 1 - See guide on setting up multiple servers
"callId": 100, // Can be retrieved from the GET_CALLS API endpoint
},
]
}Last updated
Was this helpful?

