- 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
| Property | Description |
|---|---|
(Required) | The response format. The default response format is Values: |
(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
| Property | Description |
|---|---|
| Indicates whether the service was successfully deleted. Values: |
Example usage
The following is a sample request URL used to access the delete operation:
https://organization.example.com/<context>/admin/services/sample_service.VideoServer/delete?f=jsonJSON Response syntax
{"success": <true | false>}JSON Response example
{"success": true}