Deauthorize App for Organizer

Organizers can deauthorize an application using this method.

Method Info
Url https://www.payit2.com/api/v1/organizer/deauthorize
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 Input
{
  "Indent": false,
  "Formatting": 0
}
Sample Success Response
{
  "IsSuccess": true,
  "Messages": []
}    
Sample Error Response
{
  "IsSuccess": false,
  "Messages": [
    "Email address is invalid."
  ]
}