cURL
curl --request DELETE \ --url https://api.lilt.com/v2/create/{contentId}
{ "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 response is of type object.
object
Was this page helpful?