Skip to main content

deleteAPIClient

Delete an API client. Removes the Keycloak client and soft-deletes the database record.

deleteAPIClient(
organizationId: String!
id: ID!
): Boolean!

Arguments

deleteAPIClient.organizationId ● String! non-null scalar

deleteAPIClient.id ● ID! non-null scalar

Type

Boolean scalar

The Boolean scalar type represents true or false.