Delete an export custom form field
An export custom form field is a form field belonging to an export. Once created, the form field will be visible in the site channel settings in the productsup platform. This endpoint allows the deletion of an existing export custom form field.
Authorization
bearerAuth AuthorizationBearer <token>
ProductsUp Keycloak JWT bearer token.
In: header
Path Parameters
exportId*string
Export id.
id*string
Export Custom Form Field id.
Response Body
application/json
application/json
curl -X DELETE "https://export-template-api.productsup.com/V1/export/string/export-custom-form-field/string"Empty
{
"errors": {
"message": "Resource access denied."
}
}{
"errors": {
"message": "Export Custom Form Field with id 123 not found."
}
}How is this guide?