Clarify API
API ReferenceLists Object

Delete List

DELETE
/workspaces/{workspace}/objects/{object}/lists/{list}
Authorization<token>

API key authentication. Send your key in the Authorization header as: api-key <your-api-key>.

In: header

Path Parameters

workspace*string
object*string
list*string

Response Body

application/json

curl -X DELETE "https://example.com/workspaces/string/objects/string/lists/string"
{}