SmartWats Cloud API
    • Send Message
      POST
    • Send Media Message
      POST
    • Send Template Message
      POST
    • Get Template List
      GET
    • Send Carousel Template Message
      POST
    • Create Contact
      POST
    • Create Campaign
      POST
    • Campaign List
      GET
    • Campaign Status
      GET
    • Update Contact
      POST
    • Get Contacts
      GET
    • Get Single Contact
      GET
    • Send Interactive Message
      POST
    • Assign Team Member and Enable/Disable AI Bot and Bot Reply
      POST
    • Get Contact Groups
      GET
    • Get Contact Labels and Tags
      GET
    • Get Message Status
      GET
    • Assign Groups to Contacts
      POST
    • Unassign Groups from Contacts
      POST
    • Assign Labels to Contacts
      POST
    • Unassign Labels to Contacts
      POST

      Unassign Groups from Contacts

      POST
      /{{vendorUid}}/contact/unassign-groups
      Send Message

      Request

      Authorization
      Provide your bearer token in the
      Authorization
      header when making requests to protected resources.
      Example:
      Authorization: Bearer ********************
      Body Params application/jsonRequired

      Examples

      Responses

      🟢200
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location -g --request POST '/{{vendorUid}}/contact/unassign-groups' \
      --header 'Authorization: Bearer <token>' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "contacts_uid" : ["2c3199e8-ba01-4988-b752-a95250cc3ea4", "333c8ef2-2f92-485b-bf7b-f0106fc10aa6", "afaf84ad-e267-4256-b21a-99842a5c80f6"],
          "groups_uid" : [
              "c40921c7-bedb-4c71-97ac-e6368c93a520", 
              "d3f1559a-c447-4165-8c39-d929c3691400", 
              "053d4c84-991a-4f49-a7f7-5ef213e28138",
              "5245bd84-ff70-4ee9-a0a1-eaf479cd3344",
              "aa8af275-d3eb-411d-ae9d-e9249982c28f",
              "cbc08e5c-5078-40b6-94d3-a4ec48ccdc9d"
          ]
      }'
      Response Response Example
      {}
      Modified at 2026-04-22 11:07:35
      Previous
      Assign Groups to Contacts
      Next
      Assign Labels to Contacts
      Built with