Delete software from the IMCR Portal

delete_software(name)

Arguments

name

(character) Name of software

Value

(message) Status message of DELETE operation.

Examples

# NOT RUN {
get_imcr_json()
login()
delete_software("arrow")
# }