PeopleForce
GuidesAPI reference
List all teams GETCreate a team POSTDelete a team DELETEUpdate a team PUTCreate a team member POSTDelete a team member DELETE
Teams

Delete a team

DELETE
/api/public/v2/teams/{id}

Path Parameters

id*integer

Response Body

application/json

curl -X DELETE "https://example.com/api/public/v2/teams/0"
Empty

Create a team POST

Previous Page

Update a team PUT

Next Page