Plazbot
  1. Opportunity
Plazbot
  • Plazbot Developer Hub
  • Automation
    • Update Agente IA Prompt
      POST
  • Contact
    • Get Contacts
      GET
    • Create Contact
      POST
    • Update Contact
      PUT
    • Get Contact By Id
      GET
    • Get Contact By Email
      GET
    • Get Contact By Phone
      GET
    • Update Activities to Contact
      POST
  • Message
    • Send Message Whatsapp
      POST
    • List Conversation
      GET
    • Send Conversation
      POST
  • Opportunity
    • Get Opportunity
      GET
    • Create Opportunity
      POST
    • Get Opportunity by Id
      GET
    • Delete Opportunity
      DELETE
    • Create Activity for Opportunity
      POST
  • Task
    • Create Task
      POST
    • Get Task By Id
      GET
    • Delete Task
      DELETE
  • User
    • Create User
      POST
    • Get Information by Email
      GET
    • Login Access
      POST
    • Send Reset Password
      POST
    • Update Password
      POST
  • Workspace
    • Get Workspace by ID
  1. Opportunity

Delete Opportunity

DELETE
/api/opportunity/{id}
opportunity
Servicio para eliminar la oportunidad.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.plazbot.com/api/opportunity/?workspaceId&deletionUserId' \
--header 'x-workspace-id;'

Request

Path Params
id
string 
required
Oportunidad ID
Query Params
workspaceId
string 
required
Workspace ID
deletionUserId
string 
required
Id de usuario
Header Params
x-workspace-id
string 
required

Responses

🟢204No Content
OK
This response does not have a body.
Previous
Get Opportunity by Id
Next
Create Activity for Opportunity
Built with