For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Get SupportGet a demo
  • Get Started
    • Welcome
    • Quickstart
  • Webhooks
    • Introduction
    • Creating a Webhook
    • Available Webhooks
  • Public API Reference (Beta)
    • Applicants/Candidates
    • Contacts/Managers
    • Clients/Departments
        • POSTCreate an opportunity
        • DELDelete an opportunity
        • GETGet an opportunity by GUID
        • GETList opportunities
        • PUTUpdate an opportunity
  • Internal API Reference
    • Applicants/Candidates
    • Clients/Departments
    • Contacts/Managers
LogoLogo
Get SupportGet a demo
Public API Reference (Beta)OpportunitiesCore

Delete an opportunity

DELETE
https://app.brightmove.com/ATS/api/v1/opportunities/:guid
DELETE
/ATS/api/v1/opportunities/:guid
$curl -X DELETE https://app.brightmove.com/ATS/api/v1/opportunities/a1b2c3d4-e5f6-7890-abcd-ef1234567890 \
> -H "X-Brightmove-Company-ApiKey: <apiKey>"

Permanently deletes a sales opportunity and all of its associated data (sales representatives, contacts, attachments, line items). Linked activities are unlinked but not deleted. Requires the Delete My Opportunities permission (if assigned as a sales rep) or Delete Any Opportunities (for any opportunity). This action is irreversible.

Was this page helpful?
Previous

Get an opportunity by GUID

Next
Built with

Authentication

X-Brightmove-Company-ApiKeystring
BrightMove Company Api Key
X-Brightmove-User-ApiKeystring
BrightMove User Api Key

Path parameters

guidstringRequired
Stable public identifier of the opportunity to delete

Errors

404
Not Found Error