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
Documentation IndexFetch the complete documentation index at: https://docs.scute.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.scute.io/llms.txt
Use this file to discover all available pages before exploring further.
API Secret token
User Access token
App ID
Meta field ID
successful
"Meta field deleted"
Was this page helpful?