Skip to main content
POST
/
team-data
/
removeRepo
/
:teamDataId
Remove Repository from Team
curl --request POST \
  --url https://www.api.baselink.tech/team-data/removeRepo/:teamDataId \
  --header 'bearer: <api-key>'
{
  "success": true,
  "message": "<string>"
}
Remove a repository from a team.
success
boolean
Indicates if the repository was removed successfully.
message
string
Success or error message.