Skip to main content

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

This response has no body.

Loading...