API Method /performers/withdraw
Marks a performer as withdrawn. Withdrawn performers are not listed in search results.
Arguments
- authentication
- This method requires user authentication.
- id string
- The performer ID to withdraw.
- note string
- A short reason why this performer was withdrawn.
-
Example Request
Here's an example request URL:
http://api.eventful.com/rest/performers/withdraw?...&id=P0-001-000002272-8
Output Parameters
Output from this function is an XML block with the following constructs.
- status string
- ok
- message string
- Performer withdrawn successfully.
Example XML Response
<?xml version="1.0" encoding="UTF-8"?>
<response status="ok">
<message>Performer withdrawn successfully.</message>
</response>
Error Codes
This method may return these errors in an error document:
- Authentication error
- The specified user was not found or provided invalid credentials.
- Not found
- The performer 'id' does not exist.
- Permission Denied
- You do not have permission to withdraw this performer.