Request
Path parameters
Example
Response
Returns204 No Content on success.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
DELETE /api/teams/:slug
DELETE /api/teams/:slug
| Parameter | Type | Description |
|---|---|---|
slug | string | Team slug |
curl -X DELETE https://lazyraccoon.dev/api/teams/my-team \
-H "Authorization: Bearer lr_your_key"
204 No Content on success.