deleteRelatedWork
Delete related work
DELETE /rest/api/3/version/{versionId}/relatedwork/{relatedWorkId} HTTP/1.1Parameters
{
"versionId": {
"description": "The ID of the version that the target related work belongs to.",
"required": true,
"location": "path",
"type": "string"
},
"relatedWorkId": {
"description": "The ID of the related work to delete.",
"required": true,
"location": "path",
"type": "string"
}
}