Deletes an existing interactive coding lab.
Authentication with the “FERMION-API-KEY” header is required to use this endpoint.
Rate limit: Maximum 60 requests in a window of 1m.
cURL
curl --request POST \ --url https://backend.codedamn.com/api/public/delete-interactive-coding-lab \ --header 'Content-Type: application/json' \ --header 'FERMION-API-KEY: <api-key>' \ --data ' { "data": [ { "data": { "labId": "<string>" } } ] } '
[ { "output": { "status": "ok", "data": {} } } ]
API Request Body
Show child attributes
The ID of the lab.
1
API Response Body
ok