Skip to main content

Delete a Connector-Rule

DELETE 

/connector-rules/:id

Deletes the connector rule specified by the given ID. A token with ORG_ADMIN authority is required to call this API.

Request

Path Parameters

    id stringrequired

    ID of the connector rule to delete

    Example: 8c190e6787aa4ed9a90bd9d5344523fb

Responses

No content - indicates the request was successful but there is no content to be returned in the response.

Loading...