DELETE
/v1/trials/
curl \
--request DELETE 'https://api-dev.classmanager.io/v1/trials/' \
--header "Content-Type: application/json" \
--data '{"ids":["string"]}'
Request examples
{
"ids": [
"string"
]
}
Response examples (403)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}
Response examples (404)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}