# Cancel a Pending Order Rate Limit: 50 requests per 1 minute Attempts to cancel an active, unfilled order by its unique ID. Cancellation is not guaranteed if the order is already in the process of being filled. A successful response indicates the cancellation request was accepted. Endpoint: DELETE /api/v0/equity/orders/{id} Version: v0 Security: authWithSecretKey ## Path parameters: - `id` (integer, required) The unique identifier of the order you want to cancel. ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 408 fields ## Response 429 fields