Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 309 Bytes

delete_services.md

File metadata and controls

16 lines (14 loc) · 309 Bytes
POST /api/services
{
  "action" : "delete",
  "resources" : [
    { "href" : "http://localhost:3000/api/services/201" },
    { "href" : "http://localhost:3000/api/services/202" },
    { "href" : "http://localhost:3000/api/services/203" }
  ]
}

Back to Reference Guide