Delete a Project

delete(id)

const myClient // an authorized client instance
myClient.project.delete("valid_id")

Last updated