Skip to main content

Delete Media Agent

Select

SaaS
Customer Managed

Used to delete a media agent.

Path Parameters
  • mediaAgentId int32 required

    Id of the media agent to delete

Responses

Success


Schema
  • errorMessage string
  • errorCode int32
DELETE /v4/mediaagent/:mediaagentid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
mediaAgentId — path required
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/V4/mediaAgent/:mediaAgentId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'