LogoLogo
CtrlK
HomeDashboardAPI PlaygroundLlms.txt
  • Documentation
  • Changelog
  • Introduction
  • Get Started
  • Credits and Pricing
  • Features
    • Browser Requests
      • Actions
        • Block DOM Removals
        • Capture Cookies
        • Capture DOM
        • Capture Screenshot
        • Capture Element
        • Capture Snapshot
        • Click
        • Download File
        • Generate Markdown
        • Generate Simplified DOM
        • Print
        • Parse JSON
        • Parse Table
        • Scroll
        • Type
        • Wait
      • API Playground Examples
        • Export Web Page to PDF
        • Convert Web Page to Markdown
        • Infinitely Scroll an Ecommerce Site
        • Capture a Full Height Screenshot
        • Automated Form Filling
  • API Reference
    • API Authentication
    • POST v1/browser/requests
    • GET v1/browser/requests/{id}
    • GET v1/browser/requests
    • Beta Endpoints
      • POST v1/schemas
      • PUT v1/schemas
      • DELETE v1/schemas/{id}
      • GET v1/schemas
  • Tutorials
    • Convert any webpage into LLM-ready Markdown using Gaffa
  • Capture a Full-Height Screenshot of a Webpage
  • AI Tools
    • Llms.txt
Powered by GitBook
On this page
Edit on GitHub
Export as PDF
  1. API Reference
  2. Beta Endpoints

DELETE v1/schemas/{id}

The following endpoint allows you to delete a schema from your account.

Delete a data schema

delete

Deletes a data schema by its ID.

Authorizations
Path parameters
idstringRequired
Responses
204
No description
delete
DELETE /v1/schemas/{id} HTTP/1.1
Host: api.gaffa.dev
X-API-Key: YOUR_API_KEY
Accept: */*
204

No description

No content

PreviousPUT v1/schemasNextGET v1/schemas

Last updated 2 months ago