# Remove Contacts From Subscription Group

## Remove Contacts From Subscription Groups

<mark style="color:green;">`POST`</mark> `[PlatformAddress]/api/1.0/contact?action=removeContactsFromSubscriptionGroup`

Remove contact details from a subscription group

#### Path Parameters

| Name     | Type    | Description                                                   |
| -------- | ------- | ------------------------------------------------------------- |
| contacts | integer | The contact identifiers to unsubscribe from the group         |
|          | integer | The subscription group identifier to remove the contacts from |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}

## Returns

An array of objects with the following properties

| Property  | Description                                      |
| --------- | ------------------------------------------------ |
| contactId | The contact this result is for                   |
| status    | If the contact was removed from the group or not |

Removes a number of contacts from a subscription group. This call is very similar to the [addContactsToSubscriptionGroup](https://developer.ivvy.com/contact/add-contacts-to-subscription-group) call. It takes the same parameters and returns the same result.
