Skip to main content

Discards a change from a change request by change id

DELETE <your-unleash-url>/api/admin/projects/:projectId/change-requests/:changeRequestId/changes/:changeId

Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

This endpoint will discard one change from a change request if it matches the provided id.

Request

Path Parameters

  • projectId string required
  • changeRequestId string required
  • changeId string required
Responses

This response has no body.

Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

Request

Base URL
<your-unleash-url>
Security Scheme
apiKey
projectId — path required
changeRequestId — path required
changeId — path required
curl / cURL
curl -L -X DELETE '<your-unleash-url>/api/admin/projects/:projectId/change-requests/:changeRequestId/changes/:changeId' \
-H 'Authorization: <API_KEY_VALUE>'