Deletes a change request by id
DELETE <your-unleash-url>/api/admin/projects/:projectId/change-requests/:id
Authorization
name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
This endpoint will delete one change request if it matches the provided id.
Request
Path Parameters
- projectId string required
- id string required
Responses
- 200
This response has no body.
Authorization
name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
Request
Request
curl / cURL
curl -L -X DELETE '<your-unleash-url>/api/admin/projects/:projectId/change-requests/:id' \
-H 'Authorization: <API_KEY_VALUE>'
python / requests
curl -L -X DELETE '<your-unleash-url>/api/admin/projects/:projectId/change-requests/:id' \
-H 'Authorization: <API_KEY_VALUE>'
go / native
curl -L -X DELETE '<your-unleash-url>/api/admin/projects/:projectId/change-requests/:id' \
-H 'Authorization: <API_KEY_VALUE>'
nodejs / axios
curl -L -X DELETE '<your-unleash-url>/api/admin/projects/:projectId/change-requests/:id' \
-H 'Authorization: <API_KEY_VALUE>'
ruby / Net::HTTP
curl -L -X DELETE '<your-unleash-url>/api/admin/projects/:projectId/change-requests/:id' \
-H 'Authorization: <API_KEY_VALUE>'
csharp / RestSharp
curl -L -X DELETE '<your-unleash-url>/api/admin/projects/:projectId/change-requests/:id' \
-H 'Authorization: <API_KEY_VALUE>'
php / cURL
curl -L -X DELETE '<your-unleash-url>/api/admin/projects/:projectId/change-requests/:id' \
-H 'Authorization: <API_KEY_VALUE>'
java / OkHttp
curl -L -X DELETE '<your-unleash-url>/api/admin/projects/:projectId/change-requests/:id' \
-H 'Authorization: <API_KEY_VALUE>'
powershell / RestMethod
curl -L -X DELETE '<your-unleash-url>/api/admin/projects/:projectId/change-requests/:id' \
-H 'Authorization: <API_KEY_VALUE>'