Move Connector to bin.
Move Connector to bin.
Sign in to run requests against the CDE API.
Authorization
oAuth2AuthCode AuthorizationBearer <token>
In: header
Path Parameters
publicId*string
Format
uuidResponse Body
application/json
application/json
application/json
application/json
application/json
curl -X PATCH "https://loading/connectors/497f6eca-6276-4993-bfeb-53cbbbba6f08/move-to-bin"{
"message": "Connector has been moved to bin.",
"resource": "connector",
"data": {
"id": "019e6e76-1787-750a-8d6c-edb11d4b4fed",
"type": "transform",
"name": "Name",
"description": "Description",
"readme": null,
"flow": "default",
"main-version-number": null,
"owner": "019e6e76-1776-7dbd-a2c9-ccc8ecb45bc9",
"integrator": "019e6e76-1776-7dbd-a2c9-ccc8ecb45bc9",
"versions": [],
"main": null
}
}{
"message": "Connector is actively used on the platform.",
"errors": []
}{
"message": "You have to be authorized to access this resource."
}{
"message": "Access denied for user."
}{
"message": "Connector not found."
}How is this guide?