# Delete client

Deletes a client and removes it from the SSO client group. <br><br>**Required permissions**: `sso-service:edit`, `sso-service:delete`.

Endpoint: DELETE /v1/sso-service/sso-group/{groupId}/clients/{clientId}
Security: ClientAccessToken

## Path parameters:

  - `groupId` (string, required)
    ID of the group to retrieve

  - `clientId` (string, required)
    ID of the client to delete

## Response 404 fields (application/json):

  - `message` (string, required)

  - `error_code` (number, required)
    Example: 404

