How to change source name in UI?

I added a new connector to UI and mistakenly made the source name “Source Workday”. Is there a way to change the name to “Workday”? Thanks!

You can create a new custom connector temporarily and you could remove it from the database directly

You can also use the API https://airbyte-public-api-docs.s3.us-east-2.amazonaws.com/rapidoc-api-docs.html#post-/v1/source_definitions/delete_custom

I cannot delete my custom connector with the sourceDefinitionId, as it says Cannot find the requested definition with given id for this workspace. However, I can check its specification given the same sourceDefinitionId

You need to edit the airbyte-db entry in actor_definition table.

thanks i got it! I just grant it and delete the source