DELETE/api/apis/{api_server_id}Authenticated

Delete an API server

Deletes an API server registration together with its domains, JWKS access keys and app connections. Hardcoded API servers cannot be deleted.

operationId delete_api_apis_api_server_idAPI servers

Authentication & permissionsAuthenticated

Any authenticated user

Accepted credentials
Who may call
Any authenticated user
Notes
Organization owners of the owning organization, the owning user of a user-owned API server, or platform administrators (platform-owned API servers: administrators only).

Path parameters

NameTypeDescription
api_server_id*string

API server 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/apis/<api_server_id>' \
  -b 'refresh_token_<auth_server_app_id>=<value>'