pschlan / cron-job.org

cron-job.org Open Source project
GNU General Public License v2.0
1.44k stars 251 forks source link

Unable to DELTE a job from API #147

Closed arpitdalal closed 2 years ago

arpitdalal commented 2 years ago

Making an API call to https://api.cron-job.org/jobs/{jobId}with HTTPmethod DELETE and headers as Content-Type = application/json and Authorization = Bearer {apiKey} using Postman gives 429 Too Many Requests for some reason. Making the same call with curl in the terminal doesn't output anything and doesn't delete the cronjob.

arpitdalal commented 2 years ago

I exceeded my quota that's why I was seeing 429 🤦‍♂️