active_status field changes to false and the updated_at timestamp is updated.Authorization: Bearer ********************curl --location --request DELETE 'https://api.cobre.co/v1v1/alerts/' \
--header 'Authorization: Bearer <token>'{
"id": "alt_7vH5YA5CI4",
"creator": "usr_68TbxU1Uif",
"type": "fx_rate",
"alias": "Above Example",
"active_status": false, //Updated to false
"metadata": {
"currencyPair": "usd/cop",
"condition": "above",
"maxRate": 3500
},
"valid_until": "2026-05-17T04:00:00Z",
"created_at": "2026-04-17T04:36:58Z",
"updated_at": "2026-04-17T05:30:30Z"
}