Delete a Field
Permanently removes a field from a collection and deletes all stored values for that field.
DELETE /api/projects/{projectId}/collections/{collectionSlug}/fields/{fieldSlug}Status codes
| Status | Description |
|---|---|
204 | Deleted |
404 | Field not found |