Skip to main content
POST
/
repo-data
/
removeInvite
/
:repoDataId
Remove Repository Invite
curl --request POST \
  --url https://www.api.baselink.tech/repo-data/removeInvite/:repoDataId \
  --header 'bearer: <api-key>'
{
  "success": true,
  "message": "<string>"
}
Remove a pending invitation to join a repository.
success
boolean
Indicates if the invitation was removed successfully.
message
string
Success or error message.