videosphere
Preparing search index...
app/api/translation/ingest/audio/route
DELETE
Function DELETE
DELETE
(
req
:
NextRequest
,
)
:
Promise
<
|
NextResponse
<
{
error
:
string
;
message
:
string
;
statusCode
:
number
}
>
|
NextResponse
<
{
ok
:
boolean
}
>
,
>
Stops owner ingest for the channel.
Parameters
req
:
NextRequest
Incoming request.
Returns
Promise
<
|
NextResponse
<
{
error
:
string
;
message
:
string
;
statusCode
:
number
}
>
|
NextResponse
<
{
ok
:
boolean
}
>
,
>
Confirmation.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
videosphere
Loading...
Stops owner ingest for the channel.