Skip to main content

Delete Media Agent

Select

SaaS
Customer Managed

This Operation deletes a media agent.

More Details

Example :

Delete http://WebConsoleHostName/webconsole/api/mediaAgent/896?reviewedReport=true

Path Parameters
  • mediaAgentId string required
Query Parameters
  • reviewedReport boolean required

    Default value: true

    Set to true if you have reviewed the impact of deleting the media agent

Responses

OK


Schema
  • errorMessage string
  • errorCode integer
DELETE /mediaagent/:mediaagentid    

Authorization

type: apiKeyname: Authtokenin: header

Request

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