DELETE/api/apps/{app_id}/callback-urls/{app_callback_url_ref_id}Authenticated

Remove a callback URL from an app

Removes a callback URL from a client application's explicit allowlist. When the last one for an environment is removed, redirect_uri validation for that environment falls back to origin matching against the app's domains. Requires management access; hardcoded apps cannot be configured.

operationId delete_api_apps_app_id_callback_urls_app_callback_url_ref_idClient applications

Authentication & permissionsAuthenticated

Any authenticated user

Accepted credentials
Who may call
Any authenticated user

Path parameters

NameTypeDescription
app_id*string

Client application id

app_callback_url_ref_id*string (uuid)

The callback URL reference id

Responses

application/json
SuccessMessageResponse
PropertyTypeDescription
success*true
message*string
JSONExample
"success"true
"message""string"

Example request

bashcurl
curl -X DELETE 'https://auth.schemavaults.com/api/apps/<app_id>/callback-urls/<app_callback_url_ref_id>' \
  -b 'refresh_token_<auth_server_app_id>=<value>'
DELETE /api/apps/{app_id}/callback-urls/{app_callback_url_ref_id} | SchemaVaults Auth API