Embedded APIResourcesCustom connectorsRemove Shared ConnectorDELETEhttps://www.workato.com/api/custom_connectors/:id/suppress_oem_versionRemoves a shared connector. This does not delete the custom connector from your workspace. ACTIVE USER IMPACT Using this API while customer accounts are actively using this connector may impact their recipes. Path parametersidintegerRequiredThe unique ID of the shared connector in your Workspace to remove.HeadersAuthorizationstringRequiredBearer authentication of the form Bearer <token>, where token is your auth token.ResponseSuccess - The shared connector was removed successfully.successboolean or nullThe success status of the operation.Errors400Delete Shared Oem Connector ID Request Bad Request Error401Delete Shared Oem Connector ID Request Unauthorized Error403Delete Shared Oem Connector ID Request Forbidden Error404Delete Shared Oem Connector ID Request Not Found Error409Delete Shared Oem Connector ID Request Conflict Error500Delete Shared Oem Connector ID Request Internal Server Error