RightsTokenDelete()

The following API is used to delete an existing RightsToken

API URL:

[BaseURL]/Account/{AccountID}/RightsToken/{RightsTokenID}

Request Method:

DELETE

Request Parameters:

Request Format

Headers:

Response Format

Status Code:

Errors

Example

Delete a RightsToken

The following example deletes a known RightsToken

Sample Request:

DELETE /rest/2015/02/Account/urn:dece:accountid:org:dece:24CAC1E49C464005839D69F37E1D5EEC/RightsToken/urn:dece:rightstokenid:org:dece:3DEEF9EEBBAD49FE9ABCF9E3E230AAAE 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