Remove Team Role
DELETE {{baseUrl}}/teams/:teamID/roles/:roleID
Remove team's role from the team. Upon success, the team's role will be removed from the team.
Requires access_token
as a Bearer {{token}}
in the Authorization
header with user-write
scope.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | null |