Skip to main content
Version: v0.6

Delete a connector.

Delete a connector.

Delete a connector.

Path Parameters
    connector string required
Responses

Accepted


Schema
    message string
    status integer

    Default value: 202

    statusText string

    Default value: Accepted

DELETE /v1/connectors/:connector

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
connector — path required
curl / cURL
curl -L -X DELETE 'https://seal-io.github.io/v1/connectors/:connector' \
-H 'Accept: application/json'