Skip to content
URL:
https://<root>/services/<serviceName>.<serviceType>/delete
Methods:
GET
Version Introduced:
12.0

Description

The resource to delete an individual video service from the Video Server.

Request parameters

PropertyDescription

f

(Required)

The response format. The default response format is html.

Values: html | json | pjson

token

(Required)

Users interacting programmatically with this endpoint must generate a token that must be included as a request parameter. A token can be obtained using the Generate Token operation.

Request properties

PropertyDescription

success

Indicates whether the service was successfully deleted.

Values: true | false

Example usage

The following is a sample request URL used to access the delete operation:

Use dark colors for code blocksCopy
1
https://organization.example.com/<context>/admin/services/sample_service.VideoServer/delete?f=json

JSON Response syntax

Use dark colors for code blocksCopy
1
{"success": <true | false>}

JSON Response example

Use dark colors for code blocksCopy
1
{"success": true}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.