Request
Path parameters
Example
Response
Returns204 No Content on success.
Authorization
- Personal configs: only the owner can delete
- Team configs: requires owner or admin role on the team
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
DELETE /api/configs/:id
DELETE /api/configs/:id
| Parameter | Type | Description |
|---|---|---|
id | string | Config UUID |
curl -X DELETE https://lazyraccoon.dev/api/configs/550e8400-e29b-41d4-a716-446655440000 \
-H "Authorization: Bearer lr_your_key"
204 No Content on success.