Mutations
removeOauthRedirectUri
Remove a callback URL or allowed origin from an OAuth app.
MUTATION
removeOauthRedirectUri(id: Int!): RemoveOAuthRedirectUriArguments
id
Int!
required
Returns
success
Boolean
Mutation
Variables
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Remove a callback URL or allowed origin from an OAuth app.
removeOauthRedirectUri(id: Int!): RemoveOAuthRedirectUrimutation RemoveOauthRedirectUri($id: Int!) {
removeOauthRedirectUri(id: $id) {
success
}
}{
"id": 1
}{
"data": {
"removeOauthRedirectUri": {
"success": true
}
}
}Was this page helpful?
mutation RemoveOauthRedirectUri($id: Int!) {
removeOauthRedirectUri(id: $id) {
success
}
}{
"id": 1
}{
"data": {
"removeOauthRedirectUri": {
"success": true
}
}
}Suggestions