DELETE api/ApiKeys/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
ApiKey| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| OwnerGuid | globally unique identifier |
None. |
|
| ClientApplicationName | string |
Required String length: inclusive between 0 and 100 |
|
| Key | globally unique identifier |
None. |
|
| PermissionData | Collection of byte |
Required Max length: 64 |
|
| IsEnabled | boolean |
None. |
|
| BigId | integer |
None. |
|
| OwnerBigId | integer |
None. |
|
| TargetApplicationId | integer |
None. |
|
| RequestAudience | string |
None. |
|
| TargetApplication | Collection of Application |
None. |
|
| Permissions | ApiPermission |
None. |
Request Formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.