Team members
Delete a virtual team member
Manage virtual users used in capacity planning
delete/team_members/{id}
Path parameters
idstring required
Id identifier
Request body
Example request
{
"team_member": {
"first_name": "Sam",
"last_name": "Doe",
"email": "sam.doe@example.com"
}
}Response
No content - operation successful
Changes
No recorded changes to this endpoint across all 1 revision of this API.