v17

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-0491166902.9 KB
Service Management

Remove Service (IDP) ⚡

Delete a service from the API server. A service can be deleted with an organization token or by a user with the MODIFY_SERVICE role.

This endpoint is hosted on the Authlete IdP server (https://login.authlete.com), not on the regional API clusters.

post/api/service/remove

Request body

apiServerIdinteger

The numeric ID of the API server the service belongs to. Official SDKs inject this automatically for known Authlete clusters, so it can be omitted there; all other callers must provide it.

organizationIdinteger required

The numeric ID of the organization the service belongs to.

serviceIdinteger required

The numeric ID of the service to delete.

Response

Service removed successfully.