Skip to main content
DELETE
/
catalog
/
{project}
Delete a project and all of its data assets
import requests

url = "http://api/apollo/catalog/{project}"

response = requests.delete(url)

print(response.text)

Path Parameters

project
string
required

The name of a project

Response

default

successful operation