YouTube Reporting API
  1. jobs
YouTube Reporting API
  • jobs
    • /v1/jobs
      GET
    • /v1/jobs
      POST
    • /v1/jobs/{jobId}
      DELETE
    • /v1/jobs/{jobId}
      GET
    • /v1/jobs/{jobId}/reports
      GET
    • /v1/jobs/{jobId}/reports/{reportId}
      GET
  • media
    • /v1/media/{resourceName}
      GET
  • reportTypes
    • /v1/reportTypes
      GET
  1. jobs

/v1/jobs/{jobId}

DELETE
/v1/jobs/{jobId}
jobs
Deletes a job.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://youtubereporting.googleapis.com//v1/jobs/'
Response Response Example
{}

Request

Path Params
jobId
string 
required
The ID of the job to delete.
Query Params
onBehalfOfContentOwner
string 
optional
The content owner's external ID on which behalf the user is acting on. If not set, the user is acting for himself (his own channel).

Responses

🟢200Successful response
application/json
Body
object {0}
Previous
/v1/jobs
Next
/v1/jobs/{jobId}
Built with