Detach Unit
This endpoint allows you to detach a unit from any active dispatch call.
Detach Unit
Request Body
Name
Type
Description
UNITS DETACHEDINVALID REQUEST TYPE
INVALID COMMUNITY ID
API IS NOT ENABLED FOR THIS COMMUNITY
INVALID API KEY{
"id": "YOUR_COMMUNITY_ID",
"key": "YOUR_API_KEY",
"type": "DETACH_UNIT",
"data": [
{
"serverId": 1, // Default 1 - See guide on setting up multiple servers
"units": ["STEAN:1234"], // OPTION 1: Array of API IDs
// Typically, this is their STEAM Hex
"account": "000-000-0000" // OPTION 2: Attach unit via account UUID
},
]
}Last updated
Was this helpful?

