/
/Supabase API (v1)
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2mo ago · Updated 2mo ago
Advisors2
Analytics5
Auth18
Billing3
Database46
Domains9
Edge Functions8
Environments17
OAuth4
Organizations7
Profile1
Projects29
Realtime3
Rest2
Secrets12
  • getGet project api keys
  • postCreates a new API key for the project
  • getCheck whether JWT based legacy (anon, service_role) API keys are enabled. This API endpoint will be removed in the future, check for HTTP 404 Not Found.
  • putDisable or re-enable JWT based legacy (anon, service_role) API keys. This API endpoint will be removed in the future, check for HTTP 404 Not Found.
  • getGet API key
  • deleteDeletes an API key for the project
  • patchUpdates an API key for the project
  • get[Beta] Gets project's pgsodium config
  • put[Beta] Updates project's pgsodium config. Updating the root_key can cause all data encrypted with the older key to become inaccessible.
  • getList all secrets
  • postBulk create secrets
  • deleteBulk delete secrets
Storage3
    Secrets

    Bulk delete secrets

    Deletes all secrets with the given names from the specified project

    delete/v1/projects/{ref}/secrets

    Path parameters

    refstring required
    Example:abcdefghijklmnopqrst

    Project ref

    Request body

    string[] required

    Example request

    [
      "OPENAI_API_KEY"
    ]

    Changes