deleteComponent
Delete component
DELETE /rest/api/3/component/{id} HTTP/1.1Parameters
{
"id": {
"description": "The ID of the component.",
"required": true,
"location": "path",
"type": "string"
},
"moveIssuesTo": {
"description": "The ID of the component to replace the deleted component. If this value is null no replacement is made.",
"required": false,
"location": "query",
"type": "string"
}
}