v1

latestOpenAPI 3.0.0Apache 2.02026-07-2410185524.2 KB
Media

remove media

Remove a media item from the campaign media library by UUID. The underlying file is not deleted.

For custom components:

RaiselyComponents.api.one('campaigns', '{campaign}').one('media', '{uuid}').delete('{uuid}', 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}/media/{uuid}

Path parameters

campaignstring required

The uuid, path or domain of the campaign to associate with the request

uuidstring required

UUID of the media item to remove

Headers

Authorizationstring

A valid HTTP Bearer token, required to access private records.

Response

Media item removed