Search documentation
karat

+

K

User Documentation ↗

Delete Branch

DELETE/api/v1/datasets/{datasetRid}/branches/{branchId}

Deletes the Branch with the given BranchId.

Third-party applications using this endpoint via OAuth2 must request the following operation scope: api:datasets-write.

Path parameters

datasetRid
string

The Resource Identifier (RID) of the Dataset that contains the Branch.

branchId
string

The identifier (name) of the Branch.

Examples

Request

Copied!
1 2 3 curl -X DELETE \ -H "Authorization: Bearer $TOKEN" \ "https://$HOSTNAME/api/v1/datasets/ri.foundry.main.dataset.c26f11c8-cdb3-4f44-9f5d-9816ea1c82da/branches/my-branch"