Delete an event table
DELETE/projects/:project_id/event-tables/:event_table_id
Deletes the event table identified by its ID from the project.
Request
Responses
- 200
- 401
- 404
- 405
- 429
OK
The API key header is either missing or an invalid API key is given
Not Found
The requested HTTP method is not allowed.
Too many requests sent with the same API key. Up to 10 requests can be sent within 1 second.