Permission Scopes
Delete a permission scope
Remove a permission scope. Team member will revert to lower-tier permissions for the affected resource.
delete/teams/{key}/members/{memberId}/permission-scopes/{id}
Path parameters
keystring required
memberIdstring required
idstring required
Unique identifier for the permission scope
Response
OK
Example response
{
"permissions": [
"team.read"
]
}Changes
Changed in 1 of the 46 revisions of this API.1
- ○
added the non-success response with the status
412response-non-success-status-added
- ○
Of the 46 revisions, 3 have no diff computed.