Get Started
API Documentation
Teams
Delete a team
Delete a team
DELETE
/
api
/
teams
/
{slug}
Copy
curl --location --request DELETE 'http://localhost:3005/api/teams/acme' \
--header 'Accept: application/json' \
--header 'Authorization: Token <token>' \
Copy
{
"data": {}
}
Path
Team slug
Copy
curl --location --request DELETE 'http://localhost:3005/api/teams/acme' \
--header 'Accept: application/json' \
--header 'Authorization: Token <token>' \
Copy
{
"data": {}
}
Copy
curl --location --request DELETE 'http://localhost:3005/api/teams/acme' \
--header 'Accept: application/json' \
--header 'Authorization: Token <token>' \
Copy
{
"data": {}
}
Assistant
Responses are generated using AI and may contain mistakes.