Skip to main content
DELETE
/
v1
/
views
/
{view_id}
Delete a view
curl --request DELETE \
  --url http://localhost:8000/v1/views/{view_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API Key authentication. Format: dk_test_ or dk_live_

Path Parameters

view_id
string<uuid>
required

View ID

Response

View deleted successfully