Skip to main content

Disable / release a surface's storage

DELETE 

/program/api/v2/storage-profiles/:surface

warning

This endpoint is available in private cloud only. Use your global host URL if self-hosted.

Releases the surface's storage — the inverse of the enabling PUT (M7). For a managed surface this tears down the managed storage (empties the surface's prefix, removes its key); the shared per-project account/bucket is removed only when the last managed surface is released. For a BYO surface it removes the stored destination + its Vault secret (the customer's own bucket/objects are never touched). Idempotent — releasing an unconfigured surface also succeeds. After release, GET returns 404 and the feature returns 422 until re-enabled.

Generate JWT

Request

Responses

Released (or already absent)

Internal Server Error