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
Example response
{
"success": true
}