Last modified November 7, 2024

deleteRepository

This function deletes Repositories.
Parameter name Type Description Possible values Example
_id String REQUIRED The Repository ID.   _id=608b1c5f160247613b11dc02

Example Call JETAPI

jetbackup5api -F deleteRepository -D "_id={$REPOSITORY_ID}"
success: 1
message: Repository Deleted Successfully
system:
  version: 5.3.6
  version_panel: 5.3.6
  tier: ALPHA
  type: cPanel
  retry_ms: 0
  disableui:
  dr:
  agreement_panel:
  agreement:
  licenseIssue:
data:

Example Call HTTP

https://hostname.example.com:2087/cpsess##########/cgi/addons/jetbackup5/api.cgi?function=deleteRepository&_id={$REPOSITORY_ID}