DELETE
/scheduled/{id}
curl \
--request DELETE 'http://localhost:8080/scheduled/{id}'
Response examples (404)
{
"error": "string"
}
Response examples (500)
{
"error": "string"
}