v1

latestOpenAPI 3.0.3Apache 2.02026-07-13121230447.8 KB
Event Schemas

Delete an event schema

To delete(archive) an event schema, you’re required to archive associated active usage meters if any.

delete/event_schema/{event_schema_name}

Path parameters

event_schema_namestring required
Example:rides

Response

OK

successboolean required

Example response

{
  "success": true
}