DELETE/api/v2/sources/{id}CopyTry itBase URLidpathrequiredDeletes a source AuthorizationsAuthorizationBearer API Keyheaderrequired`Authorization: Bearer <token>`Path parametersidstringrequiredSource ID Response200401403404JSON200Successfully deleted source 401Unauthorized JSONmessageoptionalstringHuman-readable error message. Example: "NOT_FOUND: Alert not found"403Forbidden JSONmessageoptionalstringHuman-readable error message. Example: "NOT_FOUND: Alert not found"404Source not found JSONmessageoptionalstringHuman-readable error message. Example: "NOT_FOUND: Alert not found"