Activities API
Delete activity
Deletes an existing activity by its ID.
DELETE
Authorizations
The API key required for accessing protected routes. It should be included in the request headers as x-api-key
.
Path Parameters
The ID of the activity to delete.
Required range:
x >= 1
Response
204
Activity deleted successfully, no content returned.
Previous
Get block click analyticsRetrieve analytics for block clicks over a specified date range, with various filters and aggregation levels. The endpoint supports filtering by team, collection, token, block type, and various other parameters. Results can be aggregated at different time intervals (daily, weekly, monthly, quarterly, yearly).
Next