Deleting Organizers

Deleting an organizer can be done by using this method. No extra info is needed, as the organizer is identified by the token sent in the header.

Method Info
Url https://www.payit2.com/api/v1/organizer/current
Verb DELETE
Headers X-PayItSquare-AppKey, X-PayItSquare-Token
Method Info
Url https://www.payit2.com/api/v1/organizer/current/delete
Verb POST
Headers X-PayItSquare-AppKey, X-PayItSquare-Token
Output
Property Data Type Other Info
IsSuccess Boolean Indicates if the call was successful or not.
Messages String Array Will contain a list of error messages if IsSuccess is false
Sample Success Response
{
  "IsSuccess": true,
  "Messages": []
}    
Sample Error Response
{
  "IsSuccess": false,
  "Messages": [
    "Error message 1",
    "Error message 2 "
  ]
}