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 member

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

Path Parameters

id*integer
team_id*integer

Response Body

application/json

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

Create a team member POST

Previous Page

List termination reasons GET

Next Page