Skip to main content
DELETE
/
projects
/
{projectId}
/
schemas
/
{entityType}
/
{name}
Delete for Entity and Name
curl --request DELETE \
  --url https://{regionAndDomain}.com/api/app/projects/{projectId}/schemas/{entityType}/{name} \
  --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)

entityType
enum<string>
required

The entity type (eg: event)

Available options:
event,
profile
name
string
required

The entity name (eg: Added To Cart)

Response

Success

results
object
status
enum<string>
Available options:
ok