{
"userAppId": {
"userId": "string",
"appId": "string"
},
"ids": [
"string"
],
"inputIds": [
"string"
]
}
curl --location --request DELETE 'http://dev-cn.your-api-server.com/v2/annotations' \
--header 'Content-Type: application/json' \
--data-raw '{
"userAppId": {
"userId": "string",
"appId": "string"
},
"ids": [
"string"
],
"inputIds": [
"string"
]
}'
{
"status": {
"code": {},
"description": "string",
"details": "string",
"stackTrace": [
"string"
],
"percentCompleted": 0,
"timeRemaining": 0,
"reqId": "string",
"internalDetails": "string",
"redirectInfo": {
"url": "string",
"resourceType": "string",
"oldResourceId": "string",
"newResourceId": "string"
}
}
}