cURL
curl --request DELETE \ --url https://api.togai.com/event_schema/{event_schema_name} \ --header 'Authorization: Bearer <token>'
{ "success": true }
To delete(archive) an event schema, you’re required to archive associated active usage meters if any.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
50
"rides"
OK
The response is of type object.
object