ArchAstro.V1.InstallationSources (archastro v0.2.0)

Copy Markdown

InstallationSource API resource.

Summary

Functions

Remove a source from an installation

Functions

delete(client, source)

@spec delete(ArchAstro.Client.t(), String.t()) ::
  {:ok, :ok} | {:error, ArchAstro.Error.reason()}

Remove a source from an installation

Detaches and permanently deletes a source from an installation. This action cannot be undone; the source and its associated content will no longer be available to the installation's agent.

This endpoint requires an app-scoped token. You may identify the target indirectly by providing only the source ID — the installation is resolved automatically from the source record. Providing installation explicitly is also accepted and may be more efficient.

No content