Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Management APIs
cURL
curl --request DELETE \ --url https://api.basic.tech/project/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Permanently deletes a project and all its associated data. This action cannot be undone.
JWT Authorization Token header using the Bearer scheme
Unique identifier of the project to delete
Project deleted successfully