Remove
curl --location --request DELETE 'https://{{base_url}}/v3/list/0e75bac1-d682-4dae-b3a5-e4a7734ddf15' \
--header 'Content-type: application/json' \
--header 'Authorization: Bearer {{token}}'
Response trả về:
{
"list_uuid": "0e75bac1-d682-4dae-b3a5-e4a7734ddf15"
}
Error Response trả về:
{
"error": "Not Found"
}
API này dùng để xóa danh sách.
HTTP Request
DELETE https://{{base_url}}/v3/list/{{list_uuid}}