Tasuku
ReferenceAPI referenceConfiguration

Remove the organization override and return to environment defaults

DELETE/organizations/{organization_id}/artifact-storage

Authorization

tasuku_session<token>

In: cookie

Path Parameters

organization_id*string
Length1 <= length <= 128

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/organizations/string/artifact-storage"
{  "data": {    "configured": true,    "source": "",    "endpoint": "http://example.com",    "public_endpoint": "http://example.com",    "region": "string",    "bucket": "string",    "prefix": "string",    "force_path_style": true,    "credentials_set": true,    "last_tested_at": "2019-08-24T14:15:22Z"  }}