StreamDelete()

This API is used to delete an open Stream lease.

Deleting an open Stream lease will increase the number of available Streams for an Account by 1.

API URL:

[BaseURL]/Account/{AccountID}/Stream/{StreamHandleID}

Request Method:

DELETE

Request Parameters:

Request Format

Headers:

Response Format

Status Code:

Example

Delete a Stream lease

The following example demonstrates deleting an open Stream lease

Sample Request:

DELETE /rest/2015/02/Account/urn:dece:accountid:org:dece:16EBFA93BAC64DBD875336ED4B6D3CC9/Stream/urn:dece:streamhandleid:org:dece:22F5178A987D4710AFFB8EA28895A174 HTTP/1.1
Host: api.uvvu.com
Accept: application/xml
Authorization: SAML2 assertion=[Assertion]

Sample Response:

HTTP/1.1 200
Date: [Date]
Content-Type: application/xml
X-transaction-info: [TransactionInfo]

See Also