diff --git a/website/content/api-docs/system/secrets-sync.mdx b/website/content/api-docs/system/secrets-sync.mdx index f7fcf30eb2..625cfaef7a 100644 --- a/website/content/api-docs/system/secrets-sync.mdx +++ b/website/content/api-docs/system/secrets-sync.mdx @@ -477,9 +477,9 @@ $ curl \ This endpoint removes an existing association for a given destination. If an equivalent association already exists, this request does not create a duplicate but will trigger a sync operation and refresh the secret value on the external system. -| Method | Path | -|:-------|:------------------------------------------------------| -| `POST` | `/sys/sync/destinations/:type/:name/associations/set` | +| Method | Path | +|:-------|:---------------------------------------------------------| +| `POST` | `/sys/sync/destinations/:type/:name/associations/remove` | ### Parameters