cURL
curl --request DELETE \ --url https://api.shiftkeeper.io/user/coverage_requests/{coverage_request_id} \ --header 'x-api-key: <api-key>'
{ "error": { "code": "not_found", "status": 404, "message": "The requested resource was not found" } }
Cancel a coverage request for the authenticated user. The coverage request must be in pending state.
pending
Enter your API key which starts with 'keeper_'
The ID of the coverage request.
Coverage request cancelled successfully