DELETE
/
v2
/
projects
Delete a Project
curl --request DELETE \
  --url https://api.lilt.com/v2/projects
{
  "id": 46530,
  "deleted": true
}

Authorizations

key
string
query
required

Query Parameters

id
integer

A unique Project identifier.

Response

200
application/json

A status object.

The response is of type object.