Delete a project and all its associated deployments, environment variables, and domains.
curl --request DELETE \
--url https://api.case.dev/projects/v1/{id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"status": "<string>",
"message": "<string>",
"deploymentsDeleted": 123,
"resourcesDeleted": {
"routingEntries": 123,
"bundles": 123,
"s3Sources": 123,
"codeBuild": 123
}
}API key starting with sk_case_
Project ID
Whether to also delete all deployments (default: true)
Was this page helpful?
curl --request DELETE \
--url https://api.case.dev/projects/v1/{id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"status": "<string>",
"message": "<string>",
"deploymentsDeleted": 123,
"resourcesDeleted": {
"routingEntries": 123,
"bundles": 123,
"s3Sources": 123,
"codeBuild": 123
}
}