Permanently remove a project from the system by specifying its project ID. This action deletes all associated data including models, annotations, and documents linked to the project.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request DELETE '/project/'
Response Response Example
{}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.