Bots Business Api
  1. Properties
Bots Business Api
  • Get started
  • Authentication
    • Sign in
    • Get Telegram login URL
    • Sign up
    • Telegram login
    • Reset Password
  • User account
    • Get user details
    • Update email
    • Update password
    • Get linked telegram accounts
    • Get telegram link url
    • Get users session token
    • Reset api key
    • Log out all device
    • Get iteration usage
    • Turn ON or OFF ads
    • Get payment plan
  • Bots
    • Create Bot
    • Get Bots
    • Get single bot
    • Edit Bot
    • Delete Bot
    • Start or Stop bot
    • Start CSV import
    • CSV import task status
    • Copy Bot
    • Git export
    • Git import
    • Get installed libraries
    • Install Lib
    • Uninstall lib
    • Get error log
    • Clear error logs
  • Commands
    • Folders
      • Create a folder
      • Delete a folder
      • Get all folders
    • Get Commands
    • Get Command Details
    • Create Command
    • Edit Command
    • Delete Command
  • Broadcast
    • Get broadcast tasks
    • Delete Broadcast task
    • Pause broadcast task
    • Resume broadcast task
  • Chats
    • Get chats
    • Block chat
    • Unblock chat
  • Properties
    • Get properties
      GET
    • Delete property
      DELETE
  • Libraries
    • Get libraries
  • Admin Panel
    • Get admin panels
    • Update admin panel values
  • Demo Store
    • Get store bots
    • Install demo bot
  • Get cloud plans
    GET
  • Schemas
    • Command Schema
    • User Public
    • Create & Edit Bot
    • Bot
  1. Properties

Delete property

DELETE
https://appapi.bots.business/v2/bots/{id}/properties/{prop_id}
Use this endpoint to permanently delete a specific property from the system.

Request

Path Params

Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://appapi.bots.business/v2/bots/123/properties/1234?api_key=UKDZu-c68cubrIbniuE2P_nWj0p5r4IHARNrAV-I'

Responses

🟢200Success
application/json
You will get deleted property details
Body

Example
{
    "id": 831874831,
    "user_id": 12345678,
    "bot_id": 2776468,
    "name": "min_balance",
    "created_at": "2025-10-27T08:29:20.243Z",
    "updated_at": "2025-10-27T08:29:20.243Z",
    "size": 3,
    "value": "100",
    "type": "string",
    "user": {
        "id": 42470959,
        "first_name": "First name",
        "last_name": "last name",
        "username": "username",
        "telegramid": 7378059553,
        "created_at": "2024-12-05T15:08:32.491Z",
        "language_code": "en"
    }
}
🟠401
🟠404
Previous
Get properties
Next
Get libraries
Built with