Skip to main content

Uniphore Help Center Portal

Delete Screen Recording Configuration

Use the screen recording delete configuration request to remove the screen recording configuration from your system by ID.

Warning

Deleting your screen recording configuration stops the system from capturing screen recordings.

Endpoint

Method: DELETE

URL: /api/screen-recording/config/test

Header Parameter

Parameter Name

Data Type

Description

Required/Optional

Id

Number

The ID of the screen recording configuration.

Required

Response and Error Code

Response Code

Condition

Description

200

OK

The configuration was removed from the tenant.

404

Not Found

The configuration specified by the ID was not found.

500

Invalid

An internal server error occurred while deleting the configuration.

Sample Request
/api/screen-recording/config/test/32
Sample Response
"Configuration deleted successfully."