Delete a connector that was moved to bin.
Sign in to run requests against the CDE API.
Authorization
oAuth2AuthCode AuthorizationBearer <token>
In: header
Path Parameters
movedToBinPublicId*string
Format
uuidconnectorVersion*string
Match
^main|latest|\d+$Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://loading/connectors/497f6eca-6276-4993-bfeb-53cbbbba6f08/versions/string"{
"message": "Connector version will be permanently deleted in the background.",
"data": {
"state": {
"uuid": "6738d1a2-a83a-46dc-86e3-97a61896b627"
}
}
}{
"message": "You have to be authorized to access this resource."
}{
"message": "Access denied for user."
}{
"message": "Connector not found."
}How is this guide?