Skip to main content
Skip table of contents

RevokeAccess. Authorizаtion

Disables any type of client connection authorization for streaming.

DELETE /api/auth/revoke/access/
Body
json
JSON
{
    "access": "token",
    "api": "token"
}
tokenrequired
string
API authorization token. See Mediaserver/Web API/Authorization/CreateApiToken.
accessrequired
str

apirequired
str

Response
200
No response is returned.
403
Authorization error. Invalid or missing API access token. See Mediaserver/Web API/Authorization/CreateApiToken.
Example
JSON
curl -k --location --request DELETE 'https://localhost:8080/api/auth/revoke/access/?token=string' \
--header 'Content-Type: application/json \
--data-raw '{
    "access": "token",
    "api": "token"
}'
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.