Skip to main content
Vibing AI Documentation home page
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
Endpoint Examples
Delete Project
Get Started
Key Concepts
Developer Guides
API Reference
GitHub
Main Website
API Documentation
Introduction
Authentication
Core APIs
Unified Memory System API
Event System API
Endpoint Examples
GET
Get Current User Profile
POST
Create Project
DEL
Delete Project
POST
Create Event Webhook Subscription
On this page
Request
Response
Endpoint Examples
Delete Project
Deletes a project by its unique identifier.
Request
Copy
DELETE /api/projects/:id
Authorization: Bearer ACCESS_TOKEN
Response
204 No Content
: Project deleted successfully.
404 Not Found
: Project not found.
Create Project
Create Event Webhook Subscription
⌘I