Remove Collection

This endpoint allows deleting a collection.

Remove Collection

DELETE https://graph.whisk.com/v1/:collection_id

Path Parameters

Request Body

{
  "ok": true
}

Sample Request

curl -X DELETE "https://graph.whisk.com/v1/3d4fda8595114a3a9f7b12fd471a4169" \
    -H "Accept: application/json" \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer <Access-Token>"

Last updated