Skip to main content
POST
Delete Project

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Specification model for deleting a project.

Deletion is irreversible and removes the project and all associated data permanently.

project_id
string
default:""

The identifier of the project. If empty, the user's default project is used.

Maximum string length: 255
Pattern: ^[\p{L}\p{N}_:-]*$

Response

Successful Response