Delete Component
DELETE {{baseUrl}}/rest/api/3/component/:id?moveIssuesTo=<string>
Deletes a component.
This operation can be accessed anonymously.
Permissions required: Administer projects project permission for the project containing the component or Administer Jira global permission.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
moveIssuesTo | string | The ID of the component to replace the deleted component. If this value is null no replacement is made. |