The following API is used to delete an existing RightsToken
[BaseURL]/Account/{AccountID}/RightsToken/{RightsTokenID}
DELETE
Authorization: SAML2 assertion=[Assertion]
HTTP 200
The following example deletes a known RightsToken
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]
HTTP/1.1 200
Date: [Date]
Content-Type: application/xml
X-transaction-info: [TransactionInfo]