Antcrm - development
    Antcrm - development
    • Health
      GET
    • Create Leads
      POST
    • List Org Users
      GET
    • Delete Leads
      DELETE
    • List Leads
      GET

      Delete Leads

      DELETE
      api.dev.workaxis.in/api/v1/leads/cf4dc6e4-f8ba-4e74-8fff-61d4b161677d/

      Request

      Authorization
      Send your HTTP requests with an
      Authorization
      header that contains the word Basic followed by a space and a base64-encoded string username:password
      Example:
      Authorization: Basic *****************
      Body Params application/jsonRequired

      Examples

      Responses

      🟢200Success
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request DELETE 'api.dev.workaxis.in/api/v1/leads/cf4dc6e4-f8ba-4e74-8fff-61d4b161677d/' \
      --header 'Authorization: Basic <encoded-value>' \
      --header 'Content-Type: application/json' \
      --data-raw '{}'
      Response Response Example
      {}
      Previous
      List Org Users
      Next
      List Leads
      Built with