{
"devices": [
{
"sn": "string"
}
]
}
curl --location --request DELETE '/openapi/v0.9/manage/api/v1/organizations//manage-devices' \
--header 'x-user-token;' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}' \
--header 'Content-Type: application/json' \
--data-raw '{
"devices": [
{
"sn": "string"
}
]
}'
{
"code": 0,
"message": "OK",
"data": null
}