cURL
curl --request POST \ --url http://localhost:8000/v1/custom-field/delete \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
Enter the bearer token
Resource deleted successfully