curl --request DELETE \
--url https://api.example.com/api/projects/{projectId} \
--header 'Authorization: Bearer <token>'{
"status": "ok"
}Soft delete a project, making it recoverable. Protected projects cannot be deleted.
curl --request DELETE \
--url https://api.example.com/api/projects/{projectId} \
--header 'Authorization: Bearer <token>'{
"status": "ok"
}Personal access token is obtained through your profile
Unique identifier of the project to delete
Deletion confirmation
Deletion confirmation
Operation status
ok Was this page helpful?