---
title: "POST /v1/PluginService/Plugins/{Sid}/Archive"
method: POST
path: "/v1/PluginService/Plugins/{Sid}/Archive"
tags: ["FlexV1PluginArchive"]
---

# POST /v1/PluginService/Plugins/{Sid}/Archive

`POST /v1/PluginService/Plugins/{Sid}/Archive`

## Path parameters

- `Sid` string, required

## Headers

- `Flex-Metadata` string

## Response `200`

OK

- FlexV1PluginArchive
  - `sid` string, nullable — The unique string that we created to identify the Flex Plugin resource.
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Flex Plugin resource and owns this resource.
  - `unique_name` string, nullable — The name that uniquely identifies this Flex Plugin resource.
  - `friendly_name` string, nullable — The friendly name this Flex Plugin resource.
  - `description` string, nullable — A descriptive string that you create to describe the plugin resource. It can be up to 500 characters long
  - `archived` boolean, nullable — Whether the Flex Plugin is archived. The default value is false.
  - `date_created` string, date-time, nullable — The date and time in GMT when the Flex Plugin was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `date_updated` string, date-time, nullable — The date and time in GMT when the Flex Plugin was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `url` string, uri, nullable — The absolute URL of the Flex Plugin resource.

---

[API](https://skmtc.net/twilio/apis/twilio-flex.md) · [All operations](https://skmtc.net/twilio/apis/twilio-flex/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/twilio-flex/revisions/ea1db919b6cc/schema)
