Skip to main content
DELETE
/
blueprint
/
{blueprint_id}
Python (SDK)
from meibelai import Meibelai
import os


with Meibelai(
    api_key_header=os.getenv("MEIBELAI_API_KEY_HEADER", ""),
) as m_client:

    res = m_client.blueprints.delete_blueprint(blueprint_id="<id>")

    # Handle response
    print(res)
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.meibel.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Meibel-API-Key
string
header
required

Path Parameters

blueprint_id
string
required

Response

Successful Response

The response is of type string.