The following macros are not currently supported in the header:
  • style

DELETE /staff/:id

Resource URL

Delete a staff member from AffinityLive.

DELETE /staff/:id
ANY /staff/:id?_method=delete

Sample Response

DELETE /staff/1.json

or

POST /staff/1.json?_method=delete
{
   "meta" : {
      "status" : "ok",
      "message" : "Everything executed as expected."
   }
}