v1

latestOpenAPI 3.0.3LILT Platform Terms and Conditions2026-07-26651658.7 KB
Projects

Delete a Project

Delete a Project.

delete/v2/projects

Query parameters

idinteger

A unique Project identifier.

Response

A status object.

idinteger

A unique Project identifier.

deletedboolean

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

Example response

{
  "id": 46530,
  "deleted": true
}