Delete secret of a client application by key id

Overview

Use this API to delete secret of client application.

Permissions

The logged-in user must be a global user and one of the below is required:

  • User must have 'edit' action on the 'integration' resource.
  • User must have 'Manage partition resources' privilege.
Request
path Parameters
id
required
integer

id of object

Example: 1001
keyId
required
string

Secret key Id

Example: 452ee110-3440-4fed-b8cb-f30b54534259
header Parameters
Accept-Language
required
string
Default: en-US

Language locale accepted by client (used for locale specific fields in resource representation and in error responses).

Enum: "en-US" "es-ES" "fr-FR" "it-IT" "de-DE" "nl-NL" "pt-BR" "pt-PT" "da-DK" "ru-RU" "fr-CA" "zh-CN" "ja-JP" "ko-KR" "sv-SE"
X-egain-session
required
string

Session ID obtained from Login API response header.

Responses
204

No content

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

406

Not Acceptable

500

Internal server error

delete/clientapplication/{id}/secret/{keyId}
Request samples
Response samples
application/json
{
  • "code": "400-101",
  • "developerMessage": "Unsupported query parameter(s) supplied: '<query_parameter>'."
}