pub struct Delete;Expand description
Delete an additional resource URL from a draft JIG or Playlist.
§Authorization
- Standard +
UserScope::ManageJig
§Errors
Unauthorizedif authorization is not valid.Forbiddenif the user does not have sufficient permission to perform the action.NotFoundif the additional resource or parent JIG or Playlist does not exist.BadRequestif the givenidis not aUuidor the request is missing/invalid.
Trait Implementations§
Source§impl ApiEndpoint for Delete
impl ApiEndpoint for Delete
Source§type Path = DeleteAssetResourcePath
type Path = DeleteAssetResourcePath
The path type for this endpoint.
Source§type Req = AssetIdResource
type Req = AssetIdResource
The request type for this endpoint.
Source§type Err = EmptyError
type Err = EmptyError
The (inner) error type for this endpoint.
Auto Trait Implementations§
impl Freeze for Delete
impl RefUnwindSafe for Delete
impl Send for Delete
impl Sync for Delete
impl Unpin for Delete
impl UnwindSafe for Delete
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more