DELETE /api/v3/account/{accountId}/alert/{alertId}

Deletes an account alert.

DeleteAccountAlertV3 Permissions: Accounts (Edit)

Request Headers

Header Value Required Description
ECI-ApiKey string Yes Your API key. See Authentication.
Content-Type application/json Yes All requests must specify JSON content type.

Path Parameters

Name Description Type Required
accountId The identifier for the account the alert is on integer (int32) Required
alertId The identifier for the alert to delete integer (int32) Required

Responses

204 No Content The request succeeded. No content is returned in the response body.