delete
https://api.liquiditytech.com/api/v1/apiKey/portfolio
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Authentication required. Permission: TRADE. Primary user API keys only.
Rate limit: 3 requests per 10 seconds.
Delete an API key associated with a trading portfolio.
Request body: Request parameters must be sent as a JSON body, not as query string parameters.
Request Parameters
| Field | Type | Required | Description |
|---|---|---|---|
portfolioId | Long | Yes | Portfolio identifier. |
portfolioApiKey | String | Yes | The public API key to delete. |
Response Fields
| Field | Type | Description |
|---|---|---|
portfolioId | Long | Portfolio identifier. |
apiName | String | Label of the deleted API key. |
accessKey | String | The deleted public API key. |
updatedAt | Long | Deletion time, in milliseconds since Unix epoch. |
Example Request
{
"portfolioId": 2154503491108165,
"portfolioApiKey": "6*****4"
}
Example Response
{
"code": 200,
"message": "success",
"data": {
"portfolioId": 2154503491108165,
"apiName": "my-trading-key-v2",
"accessKey": "6*****4",
"updatedAt": 1744466420000
}
}
