English
cURL
curl --request DELETE \ --url https://api.sonderplan.com/v2/custom-field \ --header 'Authorization: Bearer <token>'
{ "success": { "id": 1 } }
WRITE
ADMIN
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The id of the custom field to delete
Successful Operation
Show child attributes
1