ledfx
Preparing search index...
DeletePlaylistApiResponse
Interface DeletePlaylistApiResponse
Response for DELETE /api/playlists/{id}.
interface
DeletePlaylistApiResponse
{
message
?:
string
;
payload
?:
{
reason
:
string
;
type
:
"error"
|
"success"
}
;
status
:
"error"
|
"success"
;
}
Index
Properties
message?
payload?
status
Properties
Optional
message
message
?:
string
Optional
payload
payload
?:
{
reason
:
string
;
type
:
"error"
|
"success"
}
status
status
:
"error"
|
"success"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
message
payload
status
ledfx
Loading...
Response for DELETE /api/playlists/{id}.