Skip to main content
DELETE
/
admin
/
views
/
{entity}
/
configurations
/
{id}
cURL
curl -X DELETE '{backend_url}/admin/views/{entity}/configurations/{id}' \
-H 'Authorization: Bearer {jwt_token}'
{
"id": "<string>",
"object": "view_configuration",
"deleted": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

entity
string
required

The entity to delete its view configuration (for example, orders)

id
string
required

The ID of the view configuration to delete

Response

OK

The details of the deletion operation.

id
string
required

The ID of the deleted View Configuration.

object
string
required

The name of the deleted object.

Example:

"view_configuration"

deleted
boolean
required

Whether the view was deleted.