---
title: 'API - Operation Delete | Zomro'
description: 'In this instruction, it is described in detail how to perform delete operations using the API'
image: 'https://dx86q6oq7ry0e.cloudfront.net/uploads/blog/a54%40server-panel.net/2024/06/06/screenshot-from-2024-06-06-11-42-42_q50.jpg'
---

![opened image]()

  * [Zomro](https://zomro.com/)
  * [Useful articles](https://zomro.com/blog/articles/)
  * API - Operation Delete 



# API - Operation Delete

06-06-2024

## To start the Delete operation, use the following function.

URL: 
    
    
    https://api.zomro.com/

Method: POST

Request Body (Form-data):

Parameter | Example Value | Required Parameter | Value Description  
---|---|---|---  
func | instances.delete | Yes | Function to start the delete operation on an instance  
auth | 21fc199...c43f71 | No | Session token. This is one of the authorization options. More details on other options are described [here](https://ispsystem.com/docs/b6c/developer-section/working-with-api/guide-to-ispsystem-software-api)  
out | json | Yes | Response type expected  
elid | 5113119 | Yes | ID of the service to perform the operation on  
  
Example of performing a rebuild

For example, we use the service 

![API - Operation Delete - 1](https://dx86q6oq7ry0e.cloudfront.net/uploads/blog/a54%40server-panel.net/2024/06/06/screenshot-from-2024-06-06-11-42-42_q50.jpg)

URL: 
    
    
    https://api.zomro.com/

Method: POST

Request Body (Form-data):

Parameter | Value  
---|---  
func | instances.delete  
auth | 21fc199...c43f71  
out | json  
elid | 5113119  
  
Here is an example of a request that can be executed from the console:
    
    
    curl --location 'https://api.zomro.com/' \
    --form 'func="instances.delete"' \
    --form 'auth="f1662dcabc6b96c85be3af64"' \
    --form 'elid="5113119"' \
    --form 'out="json"'

After executing the request, we can see that the server is in the process of being deleted.

![API - Operation Delete - 2](https://dx86q6oq7ry0e.cloudfront.net/uploads/blog/a54%40server-panel.net/2024/06/06/screenshot-from-2024-06-06-11-46-23_q50.jpg)

After deletion, we see that the service is absent in the personal account.

![API - Operation Delete - 3](https://dx86q6oq7ry0e.cloudfront.net/uploads/blog/a54%40server-panel.net/2024/06/06/screenshot-from-2024-06-06-11-37-08_q50.jpg)

As we can see, the services are absent in the personal account, meaning it was deleted.

We also suggest studying articles that may be useful for interacting with [Cloud VPS](https://zomro.com/vps) products using the API:

  * [_API - Creating a Service_](https://zomro.com/blog/articles/462-api-creation-of-a-service)
  * [_API - Obtaining Information About Available Tariffs and Their Parameters_](https://zomro.com/blog/articles/464-api-obtaining-information-about-available-tariffs-and-their-parameters)
  * [_API - Operation Start & Stop_](https://zomro.com/blog/articles/468-api-operation-start-and-stop)
  * [_API - Operation Reboot_](https://zomro.com/blog/articles/465-api-operation-reboot)
  * [_API - Operation Rebuild_](https://zomro.com/blog/articles/466-api-operation-rebuild)​​​​​​​
  * [_API - Interaction with Backup Schedule_](https://zomro.com/blog/faq/486-api-interaction-with-backup-schedule)
  * [_API - Interacting with Rescue_](https://zomro.com/blog/faq/485-api-interacting-with-rescue)
  * [_API - Interaction with Backup_](https://zomro.com/blog/faq/482-api-interaction-with-backup)
  * [_API - Interacting with Snapshots_](https://zomro.com/blog/faq/483-api-interacting-with-snapshots)
  * [_API - Interacting with Boot From ISO_](https://zomro.com/blog/faq/484-api-interacting-with-boot-from-iso)
  * [_API - Interaction with Image_](https://zomro.com/blog/faq/487-api-interaction-with-image)



Similar articles:

[What is RAID: types, features, advantages, and disadvantages](https://zomro.com/blog/articles/505-what-is-raid-types-features-advantages-and-disadvantages) [Why is it important to make backups?](https://zomro.com/blog/articles/210-pochemu-vazhno-delat-rezervnoe-kopirovanie) [What is the purpose of a Samba server?](https://zomro.com/blog/articles/528-what-is-a-samba-server-for) [API - Creating a service](https://zomro.com/blog/articles/462-api-creation-of-a-service) [Setting up file servers in local networks on Windows and Linux](https://zomro.com/blog/articles/527-setting-up-file-servers-in-local-networks-on-windows-and-linux)

[ Premium Cloud VPS from €7.95/mon ](/vps)
