DELETE
/
waap
/
v1
/
custom-page-sets
/
{set_id}
import os
from gcore import Gcore

client = Gcore(
    api_key=os.environ.get("GCORE_API_KEY"),  # This is the default and can be omitted
)
client.waap.custom_page_sets.delete(
    0,
)
This response does not have an example.

Authorizations

APIKey
string
header
required

API key for authentication.

Path Parameters

set_id
integer
required

The ID of the custom page set

Response

204

Successful Response