Skip to main content
Version: v0.4

Delete templates.

Delete templates.

Delete templates.

Request Body required
    items object[] required
  • Array [
  • id string
    name string
  • ]
Responses

Accepted


Schema
    message string
    status integer

    Default value: 202

    statusText string

    Default value: Accepted

DELETE /v1/templates

Authorization

name: BasicAuthtype: httpdescription: Basic Authentication, in form of base64(<username>:<password>), the password must be a valid Seal API token.in: headerscheme: basic

Request

Security Scheme
Username
Password
Body required
{
"items": [
{
"id": "string",
"name": "string"
}
]
}
curl / cURL
curl -L -X DELETE 'https://seal-io.github.io/v1/templates' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"items": [
{
"id": "string",
"name": "string"
}
]
}'