Delete a specific layout. This endpoint removes a layout based on its ID.

DELETE /api/v1/layouts/{id}

Sample request:

DELETE /layouts/{LayoutId}

Path parameters

  • id string(uuid) Required

    The ID of the layout to delete.

Responses

  • 200

    Success

  • Error

    Hide response attributes Show response attributes object
    • code integer(int32)
    • message string | null
    • details array[string] | null
    Hide response attributes Show response attributes object
    • code integer(int32)
    • message string | null
    • details array[string] | null
    Hide response attributes Show response attributes object
    • code integer(int32)
    • message string | null
    • details array[string] | null
DELETE /api/v1/layouts/{id}
curl \
 --request DELETE 'https://api.lwolf.com/authentisign/api/v1/layouts/{id}'
Response examples (default)
{
  "code": 42,
  "message": "string",
  "details": [
    "string"
  ]
}
Response examples (default)
{
  "code": 42,
  "message": "string",
  "details": [
    "string"
  ]
}