Skip to main content
DELETE
/
notification
/
rule
/
{vehicle_id}
/
{notification_rule_id}
Delete notification rule
curl --request DELETE \
  --url https://ctechnology.io/api/v2.2/notification/rule/{vehicle_id}/{notification_rule_id} \
  --header 'Authorization: <api-key>'
{
  "header": {
    "api_version": "<string>",
    "status": "<string>",
    "message": "<string>",
    "permission_via": [
      {
        "permission": "<string>",
        "via": "me",
        "organization_id": "<string>"
      }
    ]
  },
  "error": {
    "id": "<string>",
    "status": 123,
    "type": "<string>",
    "severity": "ALERT",
    "message": "<string>",
    "message_i18n": "<string>",
    "data": {}
  }
}

Authorizations

Authorization
string
header
required

Note that the API key has to be sent as Token 123 where 123 is the key you received after logging in or by creating on the developer dashboard.

Path Parameters

vehicle_id
string
required

ID of vehicle to delete notification rule for.

notification_rule_id
string
required

ID notification rule to delete.

Response

Successfully deleted the notification rule.