Deletes the project with the passed URL. This is permanent and cannot be undone.

delete_project(zoltar_connection, project_url)

Arguments

zoltar_connection

A ZoltarConnection object as returned by new_connection()

project_url

URL of a project in zoltar_connection's projects

Value

None

Examples

if (FALSE) {
  delete_project(conn, "https://www.zoltardata.com/api/project/9/")
}