Skip to main content
DELETE
/
v1
/
playground-endpoints
/
{id}
Delete a playground endpoint
curl --request DELETE \
  --url https://api.lunary.ai/v1/playground-endpoints/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Use a project private API key via Authorization: Bearer <key>.

Path Parameters

id
string<uuid>
required

Response

Endpoint deleted successfully