1. Fleet Configuration
RoscoLive API v1.0(v2.40.0)
  • Report
    • Get custom report data
      GET
    • Get all events report for company
      GET
    • Get event count summary report for company devices
      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 audit logs of a company
      GET
    • Get a company by ID
      GET
    • Update company
      POST
    • Get companies list
      GET
    • Get a company
      GET
    • Get companies
      GET
    • Get own partner company
      GET
  • User
    • Get Company Users
      GET
    • Get User Info from Email Address
      GET
    • Update a User's Info
      POST
    • Get my Own User Info
      GET
    • Create a User
      PUT
    • Update notification by email
      POST
  • Device
    • Update a device settings
    • Get company devices with modems
    • Get a device
    • Create devices (auto-prov/DV4/DV6/DV7)
  • Driver Scoring / Coaching
    • Get company drivers list
    • Get driver scores
    • Add new driver to company
    • Get company event score weights
    • Update company event score weights
  • Event
    • Get an Event of a Device by Start Time
    • Get an Event by ID and Storage Type
    • Get Company Events
    • Get Event by Company and ID
    • Get Flagged Company Events
    • Get Device Events for Period
    • Get list of company events
  • Metadata
    • Get alerts and events of devices for company
    • Get alerts of a driver
  • Fleet Configuration
    • Get profiles of a company
      GET
    • Get company default profile settings
      GET
    • Remove a company profile
      DELETE
    • Create new profile in a company
      POST
    • Get a company profile
      GET
    • Get profile history
      GET
    • Update a company profile
      POST
  • DocuWiki Support
    • Rosco customer registration
  • Installer App
    • Add install report
    • Installer registration
    • Install Rosco device
  1. Fleet Configuration

Remove a company profile

DELETE
/partners/companies/{company_name}/profiles/{profile_id}
Endpoint to remove a company profile.

Request

Path Params

Responses

🟢200Success
application/json
Bodyapplication/json

🟠401Login Required
🟠404Resource Not Found
🔴500Internal Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://fleet.roscolive.com/api/v1.0/partners/companies//profiles/'
Response Response Example
200 - Example 1
{
    "meta": {
        "code": 200
    },
    "response": {
        "profile": {
            "advanced_quality_channels": false,
            "comments": null,
            "configuration": "{\"key1\": \"value1\", \"key2\": [\"value21\", \"value22\"]}",
            "configurationdv6": "{\"key1\": \"value1\", \"key2\": [\"value21\", \"value22\"]}",
            "configurationdv7": "{\"key1\": \"value1\", \"key2\": [\"value21\", \"value22\"]}",
            "created_at": "Thu, 12 Mar 2026 19:31:16 GMT",
            "id": 14961,
            "last_changed_ts": "Fri, 13 Mar 2026 14:17:57 GMT",
            "name": "Test Profile",
            "preferred": false
        }
    },
    "result": "OK"
}
Modified at 2026-03-13 14:26:45
Previous
Get company default profile settings
Next
Create new profile in a company
Built with