Skip to main content
DELETE
Delete Schema

Path Parameters

string
required
The unique identifier of the schema to delete.

Response

Success Response (200)

Examples

Delete a Schema

Curl

Authorizations

Authorization
string
header
required

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

Path Parameters

schema_id
string<uuid>
required

The unique identifier of the schema.

Response

200 - application/json

Schema deleted successfully

success
boolean
Example:

true

data
object