oAuth2ClientDelete Mutation
Delete an OAuth2 client by any of it's unique identifiers: technical _id
, human-readable code
or OAuth2 client ID from credentials.clientId
.
Arguments
#
_id
ID !
Non-null
An identifier of a client. Values from _id
, code
or credentials.clientId
may be used here.
Response
#
Returns DeleteResponse .
Example
#
Previous
oAuth2ClientCreate
Next
oAuth2ClientUpdate