cURL
curl --request DELETE \ --url 'https://api.lilt.com/v2/create/{contentId}?key='
{ "id": 123 }
Delete a piece of Lilt Create content.
Example CURL:
curl -X DELETE 'https://api.lilt.com/v2/create/1234?key=API_KEY'
The content ID.
The Delete Lilt Create Content Response.
The ID of the deleted Lilt Create content.
Was this page helpful?