Skip to main content
DELETE
/
catchAll
/
projects
/
{project_id}
Delete project
curl --request DELETE \
  --url https://catchall.newscatcherapi.com/catchAll/projects/{project_id} \
  --header 'x-api-key: <api-key>'
{
  "detail": "Invalid API key"
}

Documentation Index

Fetch the complete documentation index at: https://newscatcherinc-docs.mintlify.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

API key for authentication.

Path Parameters

project_id
string<uuid>
required

Unique project identifier.

Query Parameters

delete_resources
boolean
default:false

If true, permanently deletes all resources (jobs, monitors, datasets) assigned to the project. If false, the project is deleted and its resources are unassigned but not deleted.

Response

Project deleted successfully. No response body.