Deletes a change request by id
DELETE /api/admin/projects/:projectId/change-requests/:id
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.
Loading...