メインコンテンツへスキップ
POST
/
task
/
_bulk
/
delete
Bulk Delete Tasks
curl --request POST \
  --url https://local.casebender.com:3000/api/task/_bulk/delete \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --header 'X-Api-Secret: <api-key>' \
  --data '
{
  "ids": [
    "<string>"
  ]
}
'
{
  "message": "<string>"
}

承認

X-Api-Key
string
header
必須
X-Api-Secret
string
header
必須

ボディ

application/json
ids
string[]
必須

レスポンス

Successful response

message
string
必須