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

DELETE /jobs/:id

Resource URL

Delete a staff member from AffinityLive.

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

Sample Response

DELETE /jobs/1.json

or

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