Skip to main content
DELETE
/
projects
/
{projectId}
/
schemas
Delete all Schemas
curl --request DELETE \
  --url https://{regionAndDomain}.com/api/app/projects/{projectId}/schemas \
  --header 'Authorization: Basic <encoded-value>'
{
  "results": {
    "delete_count": 123
  },
  "status": "ok"
}

Authorizations

Authorization
string
header
required

Service Account

Path Parameters

projectId
integer
required

Your project id (eg: 12345)

Response

Success

results
object
status
enum<string>
Available options:
ok