DELETE
/
user
/
coverage_requests
/
{coverage_request_id}
curl --request DELETE \
  --url https://api.shiftkeeper.io/user/coverage_requests/{coverage_request_id} \
  --header 'x-api-key: <api-key>'
This response does not have an example.

Authorizations

x-api-key
string
header
required

Enter your API key which starts with 'keeper_'

Path Parameters

coverage_request_id
string
required

The ID of the coverage request.

Response

204
_mintlify/placeholder

Coverage request cancelled successfully