# Remove a API resource role from application **DELETE /api/applications/{applicationId}/roles/{roleId}** Remove a API resource role from the specified application. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **applicationId** (string) The unique identifier of the application. - **roleId** (string) The unique identifier of the role. ## Responses ### 204 The API resource role has been removed from the application successfully. ### 400 Bad Request ### 401 Unauthorized ### 403 Forbidden ### 404 Not Found ### 422 Unprocessable Content [Powered by Bump.sh](https://bump.sh)