Cancel a theft case
DELETE /theft-case/{id}
DELETE
/theft-case/{id}
Allow an external party to cancel a theft case Validations:
- Validate if the client has permission to modify the theft case.
- Validate if the theft case is still unresolved.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
Responses
Section titled “ Responses ”OK
Bad Request
Unauthorized
Forbidden
Not Found