1. Webhooks
RoscoLive API v1.0(v2.41.0)
  • Authentication
    • Login
      POST
    • Logout
      GET
  • Report
    • Get custom report data
      GET
    • Get paired GO device report
      GET
    • Update custom report
      POST
    • Create custom report for user
      PUT
  • Company
    • private
      • Create a new partner company
      • Update partner company info
      • Get a partner company
      • Disable a customer company
      • Enable a customer company
      • Disable a partner company
      • Enable a partner company
    • Create a company
      PUT
    • Get a company by ID
      GET
    • Update company
      POST
    • Get a company
      GET
    • Get companies
      GET
    • Get own partner company
      GET
  • Remote Device Management
    • Get device config history
      GET
    • Get device config history file
      GET
  • Device
    • Search devices
      GET
    • Update a device settings
      POST
    • Get a device
      GET
    • Get list of company devices
      GET
    • Get device with driver ID
      GET
    • Create devices (auto-prov/DV4/DV6/DV7)
      PUT
    • Get devices for all companies available for user
      GET
    • Get device list for multiple companies
      GET
    • Get current activity status of devices
      GET
  • Driver Scoring / Coaching
    • Get company event score weights
    • Update company event score weights
  • Event
    • Get Company Events
    • Get Latest Event for Each Device in Company
    • Share an event
    • Get a last updated event of devices
    • Get list of company events
  • External Service
    • BeWhere
      • Get BeWhere trackers by group
      • Add BeWhere tracker to group
      • Remove BeWhere tracker from group
      • Get list of BeWhere trackers for a company
      • Get available dates for a BeWhere tracker
      • Get metadata for a BeWhere tracker
  • Group
    • Get devices of a group
  • Metadata
    • Get alerts and events of devices for company
    • Get alerts of a device
  • Webhooks
    • Add Webhook Subscription to Multiple Event Types
      PUT
    • Get Notification Subscriptions for Event Type
      GET
    • Set Notifications for Event Type
      PUT
    • Remove Notification Subscription for Event Type
      DELETE
    • Get All Webhook Subscriptions for a Company
      GET
  • Installer App
    • Get user installed devices
  1. Webhooks

Remove Notification Subscription for Event Type

DELETE
/partners/companies/{company_name}/notifications/settings
Remove webhook subscriptions/notifications for a single Event Type type.

Request

Path Params

Query Params

Responses

🟢200200
application/json
Bodyapplication/json

🟠404404
🟠404404 (company not found)
🟠401Login Required
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://fleet.roscolive.com/api/v1.0/partners/companies//notifications/settings?type=1'
Response Response Example
200 - 200
{
    "meta": {
        "code": 200
    },
    "response": true,
    "result": "OK"
}
Modified at 2026-05-04 18:45:44
Previous
Set Notifications for Event Type
Next
Get All Webhook Subscriptions for a Company
Built with