# Delete Custom Fields

`DELETE /N/A`

To remove particular custom field value you can use Update action and an empty value in the custom field. Note: When you delete any record the corresponding custom field data will be automatically deleted .

- **Group:** Custom Fields
- **Since:** v0.2.0
- **Authentication:** `authtoken` header, created under Setup > API > API Management
- **HTML version:** /apiguide/custom-fields/delete-action-example/

## Example request

```bash
curl -X DELETE "https://yoursite.com/N/A" \
  -H "authtoken: YOUR_API_TOKEN"
```

## Success response

### Success-Response:

```json
HTTP/1.1 200 OK
 Same as Original request
```

## Error responses

### Error-Response:

```json
HTTP/1.1 404 Not Found
Same as Original request
```

---

Perfex CRM REST API by Themesic Interactive. Full reference: /apiguide/
