v1

latestOpenAPI 3.0.02026-07-26318168886.7 KB
Customer App Metafields

Delete specific app metafield

To delete information of app metafield attached to specific customer by metafield ID

delete/customers/{customer_id}/app_metafields/{metafield_id}

Path parameters

customer_idstring required

Customer ID

metafield_idstring required

Metafield ID

Response

OK

resultstring

Example response

{
  "result": "success"
}