This method allows an authenticated admin user to delete a venue. The submitting user will get an email notification unless they have disabled notifications in their preferences.
This method verifies that the deletion was successful, so it should not be necessary to use other methods to perform verification.
| Required Arguments | |
|---|---|
| user_email | For authentication |
| user_password | For authentication |
| venue_id | Venue ID code |
| Optional Arguments | |
|---|---|
| replacement_id | If of replacement venue if being deleted as duplicate |
http://api.ives.info/rest/venues/delete?user_email=user@domain.com&user_password=fak3passw0rd&venue_id=http://ives.info/gb/4d5rr
Errors will be returned in the form of an error document.
Sample XML Output<?xml version="1.0" encoding="UTF-8"?> <response status="ok"> <message>Venue 'http://ives.info/gb/4d5rr' deleted</message> </response>