Production Cancel by Alias Endpoint
Cancel a single packaging solution that matches the provided alias.
[DELETE] https://api.prod1.packnet.app/Production/v1/alias/{alias}/cancel
Status Codes
200 OK: Command received and processed.
401 Unauthorized: Access denied due to invalid subscription key.
500 Internal server error: The server does not know how to process the request.
Request
Alias: string
Response
A JSON object containing a property called Deleted that has a boolean value indicating if a job was canceled.