Campaigns
remove campaign
Deletes the campaign
For custom components:
RaiselyComponents.api.one('campaigns', '{campaign}').delete(data = {}, params = {}, headers = {}) => Promise<{result}>
:fa-gears: See Restie Response Data for a more detailed overview of responses through the client wrapper
delete/campaigns/{campaign}
Path parameters
campaignstring required
The uuid, path or domain of the campaign to associate with the request
Headers
Authorizationstring
A valid HTTP Bearer token, required to access private records.
Response
The campaign was deleted