API ReferenceDelete an opportunityDELETE/opportunities/{id}SendServer URLHeadersPathAuthorizationx-api-key<token>Your tenant API keyIn: headerPath ParametersidRequiredintegercURLJavaScriptGoPythoncurl -X DELETE "https://rest.salesly.app/api/v1/developers/opportunities/0" \ -H "x-api-key: <token>"200Opportunity deletedResponse{ "deleted": true }TypeScriptUpdate an opportunityPrevious PageCreate multiple opportunities (max 50)Next Page