Skip to main content
DELETE
/
repo-data
/
:repoDataId
Delete Repository
curl --request DELETE \
  --url https://www.api.baselink.tech/repo-data/:repoDataId \
  --header 'bearer: <api-key>'
{
  "success": true,
  "message": "<string>"
}
Delete a repository and all associated data.
success
boolean
Indicates if the repository was deleted successfully.
message
string
Success or error message.
This action is irreversible and will permanently delete the repository and all associated data.