cURL
curl --request DELETE \ --url https://dev.api.mufi.app/v1/events/delete \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Delete an existing event record for a project. This will remove the event from the project and all associated data.
A JWT Access Token obtained from Google Cloud.
Event and all associated data deleted.
The message of the response.