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