curl --request POST \
--url https://api.example.com/v1.0/subscriptions/thresholds/delete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ThresholdId": "<string>"
}
'curl --request POST \
--url https://api.example.com/v1.0/subscriptions/thresholds/delete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ThresholdId": "<string>"
}
'