Delete Team Member
Teams
Delete Team Member
This endpoint deletes a team member from the specified team.
DELETE
Delete Team Member
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/json
Response
200 - application/json
Team member deleted successfully
The response is of type string.
Example:
"OK"