Cancel the input fragmentId running on the input (scanner) moduleId

Request
Security:
vc-security
path Parameters
moduleId
required
string
fragmentId
required
integer <int64>
Responses
204

Ack of cancel request

400

Bad Request. The request parameters (or body) were malformed or invalid. Fix the issues with the request and try again.

401

Unauthorized request. Make sure token was included and is valid and try again.

403

Forbidden. You are not permitted to access the requested resource.

500

Internal Server Error. An unexpected error has occurred. This may be due to a transient error. Retry the request and if the issue persists, please contact support.

delete/endpoint-control-service/v1/registration/{moduleId}/fragment/{fragmentId}
Request samples
curl -i -X DELETE \
  'http://endpoint-control-service:8080/endpoint-control-service/v1/registration/{moduleId}/fragment/{fragmentId}' \
  -H 'x-auth-token: YOUR_API_KEY_HERE'
Response samples
application/json
{
  • "message": "Field \"name\" cannot be null",
  • "status": 400,
  • "error": "Bad Request",
  • "timestamp": 1413315159949,
  • "exception": "org.springframework.web.server.ResponseStatusException",
  • "path": "/lte-endpoint"
}