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=deleteSample Response
DELETE /jobs/1.jsonor
POST /jobs/1.json?_method=delete{
"meta" : {
"status" : "ok",
"message" : "Everything executed as expected."
}
}