Deletes a component.This operation can be accessed anonymously.Permissions required:Administer projectsproject permission for the project containing the component or Administer Jiraglobal permission.
The ID of the component to replace the deleted component. If this value is null no replacement is made.
Responses
🟢204Returned if the request is successful.
application/json
Body
object {0}
🟠401Returned if the authentication credentials are incorrect or missing.
🟠403Returned if the user does not have permission to manage the project containing the component or does not have permission to administer Jira.
🟠404Returned if:
* the component is not found.
* the replacement component is not found.
* the user does not have permission to browse the project containing the component.