Skip to main content
DELETE
/
v1
/
views
/
{view_id}
Delete a view
curl --request DELETE \
  --url https://api.withsplendor.com/v1/views/{view_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-splendor-tenant-id: <x-splendor-tenant-id>'
{
  "detail": "<string>"
}

Authorizations

Authorization
string
header
required

API token issued from the Splendor console.

Headers

x-splendor-tenant-id
string
required

Selects the tenant (workspace) the request acts within.

Path Parameters

view_id
string
required

Response

Successful Response