Revoke Share

Revoke (delete) an active share.

Detail Specification
Method DELETE
URI /v3/shares/{shareCode}
Security JWT Bearer Token
Success Response 200 OK

Path Parameters

Parameter Type Required Description
shareCode String Yes The share code

Example Request

curl -X DELETE /v3/shares/ \
  -H "Authorization: Bearer "

Success Response (200)

{
  "success": true,
  "message": "Share revoked successfully"
}

Error Responses

Status Error Description
404 Share not found The specified share code does not exist

Notes

  • Revoking a share immediately terminates all active connections using that share
  • External viewers will be disconnected from the stream

IDI Integration API Documentation © 2025