Deletes a change request by id
DELETEhttps://us.app.unleash-hosted.com/ushosted/api/admin/projects/:projectId/change-requests/:id
This endpoint will delete one change request if it matches the provided id.
Request
Path Parameters
projectId stringrequired
id 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 'https://us.app.unleash-hosted.com/ushosted/api/admin/projects/:projectId/change-requests/:id' \
-H 'Authorization: <API_KEY_VALUE>'
ResponseClear