Skip to main content

Request

DELETE /api/teams/:slug
Soft-deletes a team. Requires owner role.

Path parameters

ParameterTypeDescription
slugstringTeam slug

Example

curl -X DELETE https://lazyraccoon.dev/api/teams/my-team \
  -H "Authorization: Bearer lr_your_key"

Response

Returns 204 No Content on success.
This action soft-deletes the team. The team and its data are permanently removed after 30 days.