curl --request DELETE \
--url https://api.example.com/api/projects/{projectId}/permanently \
--header 'Authorization: Bearer <token>'{
"status": "ok"
}Permanently delete a soft-deleted project. This action cannot be undone.
curl --request DELETE \
--url https://api.example.com/api/projects/{projectId}/permanently \
--header 'Authorization: Bearer <token>'{
"status": "ok"
}Was this page helpful?