Skip to main content
DELETE
/
v2
/
create
/
{contentId}
Delete Lilt Create content
curl --request DELETE \
  --url https://api.lilt.com/v2/create/{contentId} \
  --header 'Authorization: Basic <encoded-value>'
{
  "id": 123
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

contentId
integer
required

The content ID.

Response

The Delete Lilt Create Content Response.

id
integer

The ID of the deleted Lilt Create content.