DELETE
/api/v1/bots/grid/:id
Permission: BOTS_WRITESecurity: SIGNED
Deletes an existing Grid Bot entity in place using its ID.
Path Parameters
idinteger required
Unique Quentrade ID for this Grid Bot entity. Example: 2320287
Response Parameters
No response parameters are returned for this endpoint.
Example Request
DELETEDELETE /api/v1/bots/grid/2320287
Example Responses
If successful, the endpoint returns an empty body (NONE) with HTTP status 200.
delete_grid_bot_200.json
200 OK