v1

latestOpenAPI 3.0.0Apache 2.02026-07-2410185524.2 KB
Media

remove media

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

For custom components:

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

Path parameters

organisationstring required

The UUID of the organisation

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