Delete Affiliate Custom Field Value
DELETE/affiliates/:affiliateId/custom-fields/:customFieldId
Clears an affiliate's value for a specific custom registration field by removing the entry from the affiliate's custom_fields JSON data. The custom field definition itself is not modified or deleted. This operation is idempotent.
Request
Responses
- 204
- 401
- 404
- 500
Custom field value cleared successfully
Authentication required
Affiliate or custom field not found
Internal server error