# Delete a schedule by id **DELETE /v1/schedule/{scheduleId}** Deletes a schedule if found. This permanently disabled the schedule but soft deletes the schedule object (metadata is kept even after deletion). ## Servers - https://api.crontap.com: https://api.crontap.com () ## Authentication methods - Api key & Client ## Parameters ### Headers - **ClientId** (string) - **ApiKey** (string) ### Path parameters - **scheduleId** (string) ## Responses ### 200 Deleted schedule object. #### Body: (object) - **success** (boolean) ### 400 Bad Request #### Body: (object) - **error** (string) ### 401 Unauthorized #### Body: (object) - **error** (string) ### 404 Not Found #### Body: (object) - **error** (string) ### 500 Internal Error #### Body: (object) - **error** (string) [Powered by Bump.sh](https://bump.sh)