Delete a custom profile field by name
Delete a custom profile field by name.
DELETE
/api/custom-profile-fields/{name}
curl \
--request DELETE 'https://[tenant_id].logto.app/api/custom-profile-fields/{name}' \
--header "Authorization: Bearer $ACCESS_TOKEN"