DELETE /projects/{project}
Projects
DELETE /projects/{project}
Deletes a project database after explicit slug confirmation.
DELETE
DELETE /projects/{project}
Deletes a project database after explicit slug confirmation.
Full request:
Error or alternate response:
Endpoint details
Bearer
pat_... (Project API Token). Keep this token on your backend/server.Project slug. This acts as the Project ID in API paths.
true for a successful response and false for an error response.Endpoint-specific response data when
ok is true; null on errors.Error code and message when
ok is false; null on success.Request identifier you can use when troubleshooting a specific API call.
Authentication
Project API Token.Parameters
Path:project string, required. Body: confirm_project_slug string, required, must exactly match {project}.