Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://{defaultHost}/v1/apps/{app_id}/user_meta_fields/{id} \ --header 'Authorization: Bearer <token>' \ --header 'X-Authorization: <api-key>'
{ "message": "Meta field deleted" }
Delete a user meta field
API Secret token
User Access token
App ID
Meta field ID
successful
"Meta field deleted"
Was this page helpful?