.json 形式の代わりに .csv 形式を使用して DELETE 要求を送信する方法があるかどうか疑問に思っています。
API リファレンス: http://dev.socrata.com/publishers/direct-row-manipulation.html
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Date: Thu, 27 Mar 2014 00:48:42 GMT
[
{
"typ": "delete",
"id": "row-evac~sxbs~gm8t"
}
]
私は次の行に沿って何かを試しました:
typ, id
delete, row-evac~sxbs~gm8t
無駄に。