POST
/
api
/
trpc
/
project.delete

Delete Project

Delete an existing project by its ID.

Headers

IRIS_ACCESS_TOKEN
string
required

Your Iris API access token

Body

where.id
string
required

The unique identifier of the project to delete

Response

Returns the deleted project details upon success.

Response Fields

id
string

Unique identifier of the deleted project

name
string

Name of the project

description
string

Description of the project

isActive
boolean

Whether the project was active

organizationId
string

The organization ID associated with the project

createdAt
date

Timestamp of when the project was created

updatedAt
date

Timestamp of when the project was last updated