Control Plane APIApplication capabilities
POST
/v1/app-capabilities/{id}/archive

Archive a specific application capability.

Path Parameters

id*string

Response Body

application/json

application/json

curl -X POST "https://example.com/v1/app-capabilities/string/archive"
{  "applicationCapability": {    "archivedAt": "2019-08-24T14:15:22Z",    "createdAt": "2019-08-24T14:15:22Z",    "id": "string",    "name": "string",    "updatedAt": "2019-08-24T14:15:22Z"  }}