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

A status object.

id
integer

A unique Project identifier.

Example:

46530

deleted
boolean

If the operation succeeded, then true. Otherwise, false.

Example:

true