v11

latestOpenAPI 3.1.12026-08-03174162.0 MB
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

OR

Example response

{
  "permissions": [
    "team.read"
  ]
}