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

Permanently deletes a specific alert from an account

DeleteAccountAlertV3 Permissions: Accounts (Edit)
Use this endpoint to remove an alert/note from an account. This is irreversible. The alert must exist on the specified account or a 404 is returned.

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 unique numeric identifier of the account the alert belongs to integer (int32) Required
alertId The unique numeric identifier of the alert to delete integer (int32) Required

Responses

204 No Content The request succeeded. No content is returned in the response body.
404 Not Found The requested resource was not found. Verify the ID or path is correct.