POST
/
v1
/
custom-field
/
delete
Delete custom fields
curl --request POST \
  --url http://localhost:8000/v1/custom-field/delete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'

Authorizations

Authorization
string
header
required

Enter the bearer token

Body

application/json · object

Response

204

Resource deleted successfully