Delete an investor preference form
DELETE
/v1/users/investor-preferences/{uuid}Path parameters
- Unique identifier of the investor preference form.
Responses
curl -X DELETE https://your-url.com/kong/core/api/gateway/v1/users/investor-preferences/{uuid}\
-H "Authorization: Bearer $DELIO_API_KEY"\
-H "Content-Type: application/json"