DELETE
Delete a Field
https://api.moltin.com/v2/fields/:id
Parameters
Path parameters
Name | Required | Type | Description |
id | Required | string | The ID for the field you are requesting to be deleted. |
Headers
Name | Required | Type | Description |
Authorization | Required | string | The Bearer token required to get access to the API. |
Request Examples
Curl
curl -X DELETE https://api.moltin.com/v2/fields/:id \
-H "Authorization: Bearer XXXX"
JavaScript SDK
const fieldId = "25617d3e-14a6-434c-bfab-3fda87517aaf";
await EPCC.Fields.Delete(fieldId);
Response Example
204 No Content
Last updated on 11/10/2022