Discards a change from a change request by change id
DELETE<your-unleash-url>/api/admin/projects/:projectId/change-requests/:changeRequestId/changes/:changeId
This endpoint will discard one change from a change request if it matches the provided id.
Request
Path Parameters
projectId stringrequired
changeRequestId stringrequired
changeId stringrequired
Responses
- 200
This response has no body.
Authorization: Authorization
name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X DELETE '<your-unleash-url>/api/admin/projects/:projectId/change-requests/:changeRequestId/changes/:changeId' \
-H 'Authorization: <Authorization>'
ResponseClear