Skip to main content

Delete Associate DMS Id

Deletes the associate DMS Id for the Dealer Associate
ApiScope: manage.dealerassociate.write
API Scope Level: DepartmentScope

Path Parameters
    user_uuid string required

    Unique identifier for an User

    ServiceSubscriberDepartment string required

    Unique identifier for a department

Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    dealerAssociateUuid string
DELETE /v2/department/:ServiceSubscriberDepartment/user/:user_uuid/associate-dms-id

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
user_uuid — path required
ServiceSubscriberDepartment — path required
Accept
curl / cURL
curl -L -X DELETE '/manage/v2/department/:ServiceSubscriberDepartment/user/:user_uuid/associate-dms-id' \
-H 'Accept: application/json'