- General
- Endpoints
Remove Single Card Checklist
DELETE
/collection/{collection_id}/card/{card_id}/checklist/{checklist_id}
Checklist
Request
Path Params
collection_id
string
required
card_id
string
required
checklist_id
string
required
Header Params
x-api-key
string
required
Default:
{{api_key}}
x-api-env
string
required
Default:
{{api_env}}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.vplan.com/v1/collection//card//checklist/' \
--header 'x-api-key;' \
--header 'x-api-env;'
Responses
🟢204No Content
text/plain
Body
object {0}
🟠404Not Found
🟠401Not Logged In
Modified at 2024-10-04 09:04:55