ℹ️ These docs are for the free version of Galileo. Documentation for current customers can be found here.
cURL
curl --request DELETE \ --url https://api.galileo.ai/v2/projects/{project_id} \ --header 'Galileo-API-Key: <api-key>'
{ "message": "<string>" }
Deletes a project and all associated runs and objects.
Any user with project access can delete a project. Note that get_project_by_id calls user_can_access_project.
get_project_by_id
user_can_access_project
Successful Response
The response is of type object.
object
Was this page helpful?