Logs
Delete Fields
DELETE
Deletes one or more fields from a project. This will:
- Delete all log events with the specified field names (which cascades to logs and derived logs)
- Delete the field type records for those fields
This operation cannot be undone, so use with caution.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Name of the project the fields belong to.
Optional context path for the fields.
List of field names to delete.