# Delete a data frame analytics job **DELETE /_ml/data_frame/analytics/{id}** ## Required authorization * Cluster privileges: `manage_ml` ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Api key auth ## Parameters #### Path parameters - **id** (string) Identifier for the data frame analytics job. #### Query parameters - **force** (boolean) If `true`, it deletes a job that is not stopped; this method is quicker than stopping and deleting the job. - **timeout** (string) The time to wait for the job to be deleted. ## Responses ### 200: #### Body Parameters: application/json (object) - **acknowledged** (boolean) For a successful response, this value is always true. On failure, an exception is returned instead. [Powered by Bump.sh](https://bump.sh)