Delete Media Agent
Select
SaaS
Customer Managed
This Operation deletes a media agent.
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
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "",
"errorCode": 0
}
Loading...