cURL
curl --request DELETE \ --url http://localhost:8000/v1/views/{view_id} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Delete a view.
Returns: 204 No Content on success.
Raises: HTTPException 404: View not found
API Key authentication. Format: dk_test_ or dk_live_
View ID
View deleted successfully