Safe Creative API Web Services Reference v2 - D R A F T

work.rightsholders.remove

Info

Parameters

* Required parameter

Description

Requests to remove a user as author or copyright holder of the work
'Shared works management' professional service must be active for the authorizing user.
A mail will be sent to the user for confirmation. This method returns the confirmation URL sent to the user.

Example

Example of removing a copyright holder:

REQUEST:

https://api.safecreative.org/v2/
?authkey=1i5g2aaf2bz09lyo867cuimqg
&component=work.rightsholders.remove
&usercode=0702034400213
&workcode=1002040200235
&ztime=1271749848881
&signature=3b824f23f90320287c6899dd7187ffba5ef11a44


RESPONSE:

<?xml version="1.0" encoding="UTF-8"?>
<error>
  <errorId>WorkNotFound</errorId>
</error>

TOC