Teams
Delete a team
Get Started
API Documentation
Teams
Delete a team
Delete a team
DELETE
/
api
/
teams
/
{slug}
curl --location --request DELETE 'http://localhost:3005/api/teams/acme' \
--header 'Accept: application/json' \
--header 'Authorization: Token <token>' \
{
"data": {}
}
Path
Team slug
curl --location --request DELETE 'http://localhost:3005/api/teams/acme' \
--header 'Accept: application/json' \
--header 'Authorization: Token <token>' \
{
"data": {}
}
curl --location --request DELETE 'http://localhost:3005/api/teams/acme' \
--header 'Accept: application/json' \
--header 'Authorization: Token <token>' \
{
"data": {}
}