Skip to main content
DELETE
/
v1
/
imports
/
formats
/
templates
/
{templateId}
Delete an operator fixed-width layout template
curl --request DELETE \
  --url https://matcher.sandbox.lerian.net/v1/imports/formats/templates/{templateId} \
  --header 'Authorization: Bearer <token>'
{
  "code": "<string>",
  "detail": "<string>",
  "errors": [
    {
      "location": "<string>",
      "message": "<string>",
      "value": "<unknown>"
    }
  ],
  "instance": "<string>",
  "status": 123,
  "title": "<string>",
  "type": "about:blank"
}

Authorizations

Authorization
string
header
required

Bearer token authentication (format: "Bearer {token}")

Path Parameters

templateId
string<uuid>
required

Layout template ID

Response

No Content