Ctrl
K
Getting Started
Document API
Model API
Organization API
Project API
Topic API
User API
Webhook API
2D Viewer SDK
3D Viewer SDK
Project API
API Reference
Project
Member
Team
POST
Create team
GET
Get team
PATCH
Update team
DELETE
Remove team
PATCH
Update teams
Team Member
Custom Field
Label
Label Group
Download OpenAPI file
Docs powered by
Archbee
API Reference
Team
Remove team
DELETE
https://api.catenda.com/v2/projects/{project-id}/teams/{team-id}
Try it
Remove a project team. The current user must be a project administrator.
Authentication
Bearer
http
Path Parameters
project-id
string
*
team-id
string
*
Responses
204
No Content
PREVIOUS
Update team
NEXT
Update teams
Docs powered by
Archbee
Curl
JS
Ruby
Python
1
curl
--location
--globoff
--request
DELETE
'https://api.catenda.com/v2/projects/{project-id}/teams/{team-id}'
\
2
--header
'Accept: application/json'
\
3
--header
'Content-Type: application/json'
curl --location --globoff --request DELETE 'https://api.catenda.com/v2/projects/{project-id}/teams/{team-id}' \ --header 'Accept: application/json' \ --header 'Content-Type: application/json'
Responses
204
1
// No Content
2
// No Content