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