Skip to main content

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

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
id — path required
curl / cURL
curl -L -X DELETE '<your-unleash-url>/api/admin/projects/:projectId/change-requests/:id' \
-H 'Authorization: <API_KEY_VALUE>'