Skip to main content

Delete Reference reports

POST 

/v1/code-references/delete-reports

Request

Body

required

    configId uuidrequired

    The Config's identifier from where the reports should be deleted.

    repository stringrequired

    Possible values: non-empty and <= 255 characters

    The source control repository which's reports should be deleted.

    branch stringnullable

    Possible values: <= 255 characters

    If it's set, only this branch's reports belonging to the given repository will be deleted.

    settingId int32nullable

    If it's set, only this setting's reports belonging to the given repository will be deleted.

Responses

Success

Loading...