# Unlink scope from role **DELETE /api/roles/{id}/scopes/{scopeId}** Unlink an API resource scope (permission) from a role with the given ID. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **id** (string) The unique identifier of the role. - **scopeId** (string) The unique identifier of the scope. ## Responses ### 204 The API resource scope was unlinked from the role. ### 400 Bad Request ### 401 Unauthorized ### 403 Forbidden ### 404 Not Found [Powered by Bump.sh](https://bump.sh)