Deletes a CRM event. The endpoint returns no response body on success.
cURL
curl --request DELETE \ --url https://app.fintoro.sk/api/public/v1/contact-activity-logs/{contactActivityLog} \ --header 'Authorization: Bearer <token>'
{ "message": "This action is unauthorized." }
Bearer token created for a specific company in Integrations → API.
Contact activity ID.
551
CRM event deleted.