Admiral
Sources

Delete a source

DELETE
/api/v1/sources/{source_id}

Scope: source:write

Authorization

bearerAuth
AuthorizationBearer <token>

Personal Access Token (PAT) or Service Access Token (SAT). Pass the token in the Authorization header: Bearer adm_pat_...

In: header

Path Parameters

source_id*source_id

Unique identifier of the source to delete (UUID). Fails if any application components still reference this source.

Formatuuid

Response Body

application/json

curl -X DELETE "https://admiral.example.com/api/v1/sources/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{}