👋 Welcome to the new Omni docs! We're still migrating, but the old docs are available at docs-legacy.omni.co.
cURL
curl --request DELETE \ --url https://{instance}.omniapp.co/api/v1/models/{modelId}/branch/{branchName} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Delete a branch from a shared model
Use either an Organization API Key or Personal Access Token (PAT). Include in the Authorization header as: Bearer YOUR_TOKEN
Bearer YOUR_TOKEN
Model ID
Branch name
Branch deleted successfully
true
Was this page helpful?