Venue ID API: Venue Methods: delete

Purpose

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.

URLs

Live: http://api.ives.info/rest/venues/delete

Input

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

Sample Request
http://api.ives.info/rest/venues/delete?user_email=user@domain.com&user_password=fak3passw0rd&venue_id=http://ives.info/gb/4d5rr

Output

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>