Deletes the project with the passed URL. This is permanent and cannot be undone.
delete_project(zoltar_connection, project_url)
A ZoltarConnection
object as returned by new_connection()
URL of a project in zoltar_connection's projects
None
if (FALSE) {
delete_project(conn, "https://www.zoltardata.com/api/project/9/")
}