Acontext
ProjectDecrypt

Disable project encryption

POST
/project/decrypt

Decrypts all existing S3 data for the project and disables encryption for future writes.

Authorization

BearerAuth
Authorization<token>

Project Bearer token (e.g., "Bearer sk-ac-xxxx")

In: header

Response Body

application/json

application/json

application/json

curl -X POST "https://loading/api/v1/project/decrypt"
{
  "code": 0,
  "error": "string",
  "msg": "string"
}
{
  "code": 0,
  "error": "string",
  "msg": "string"
}
{
  "code": 0,
  "error": "string",
  "msg": "string"
}